Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mozlercelik authored Dec 31, 2024
1 parent 93da2e6 commit bae51c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To run CodinLab locally, follow these steps:
docker run -p"80:80" -v "/var/run/docker.sock:/var/run/docker.sock" ghcr.io/yavuzlar/codinlab:latest
```

2. Once the application is up, open your browser and go to `http://localhost` or `http://127.0.0.1` to start using CodinLab.
2. Once the application is up, open your browser and go to <a href="http://localhost/" target="_blank">`http://localhost`</a> or <a href="http://localhost/" target="_blank">`http://127.0.0.1`</a> to start using CodinLab.

### Manuel Installation

Expand All @@ -70,12 +70,12 @@ To run CodinLab locally, follow these steps:
```sh
docker run -d -p 80:80 yavuzlar/codinlab
```
4. Go to `http://localhost` or `http://127.0.0.1`
4. Go to <a href="http://localhost/" target="_blank">`http://localhost`</a> or <a href="http://localhost/" target="_blank">`http://127.0.0.1`</a>

## Usage & Credentials

1. Apply installation instructions.
2. Open your browser and go to `http://localhost` or `http://127.0.0.1`
2. Open your browser and go to <a href="http://localhost/" target="_blank">`http://localhost`</a> or <a href="http://localhost/" target="_blank">`http://127.0.0.1`</a>
3. Use credentials to login.

```
Expand Down

0 comments on commit bae51c5

Please sign in to comment.