Skip to content

Commit

Permalink
fix setup command
Browse files Browse the repository at this point in the history
  • Loading branch information
snykk committed Feb 11, 2023
1 parent 17f46fc commit ebdfd8f
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 @@ -25,9 +25,9 @@ To get up and running with the Go-REST-Boilerplate, follow these simple steps:
```
$ git clone https://github.com/snykk/go-rest-boilerplate.git
$ cd go-rest-boilerplate
$ cp config/.env.example config/.env # create a copy of the example environment file, and also follow configuration steps on the difference section below
$ go build
$ ./go-rest-boilerplate
$ cp internal/config/.env.example internal/config/.env # create a copy of the example environment file, and also follow configuration steps on the difference section below
$ go build -o go-rest-boilerplate.out cmd/api/main.go
$ ./go-rest-boilerplate.out
```

#### Configuration
Expand Down

0 comments on commit ebdfd8f

Please sign in to comment.