Skip to content

Commit

Permalink
Little fixes to readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KostLinux committed Apr 23, 2024
1 parent ce34637 commit 59c0e82
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,19 +571,20 @@ Percentage of the requests served within a certain time (ms)
1. Clone the repository

```bash
git clone [email protected]:KostLinux/example-go-web-app.git
git clone [email protected]:KostLinux/example-go-web-app.git my-web-application
```

2. Change the directory

```bash
cd example-go-web-app
cd my-web-application
```

3. Configure .env (optional)
3. Configure .env

```bash
cp .env.example .env && nano .env
cp .env.example .env
nano .env
```

4. Run the application
Expand All @@ -594,7 +595,7 @@ make run || go run main.go

5. Visit the application in your browser

Feel free to visit the application at localhost:8000 and move around available paths
Feel free to visit the application at `localhost:8000` and move around available paths

## Running the application with Live Reload (Air)

Expand Down

0 comments on commit 59c0e82

Please sign in to comment.