Skip to content

Commit 4668db2

Browse files
committed
Update getting-started.md
1 parent 2eff32b commit 4668db2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/app/getting-started.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,11 @@ A very simple [docker-compose.yml](/docker-compose.yml) has been included to sup
2323

2424
4. You'll also need [Docker Desktop](https://www.docker.com/products/docker-desktop/)
2525

26-
## Setup
27-
28-
```bash
29-
make setup-local
30-
```
31-
3226
## Run the application
3327

3428
1. In your terminal, `cd` to the `app` directory of this repo.
3529
2. Make sure you have [Docker Desktop](https://www.docker.com/products/docker-desktop/) installed & running.
36-
3. Run `make setup-local` to copy over `.env.example` to `.env`
30+
3. Run `make setup-local`
3731
4. Run `make init start` to build the image and start the container.
3832
5. Navigate to `localhost:8080/docs` to access the Swagger UI.
3933
6. Run `make run-logs` to see the logs of the running API container

0 commit comments

Comments
 (0)