Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-streltsov committed Sep 14, 2024
1 parent 690ab7e commit 90a0371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Running
Create a `.env` file in the root of the project, see `example.env`. Run `go mod tidy` and `go run cmd/main.go`. Navigate to `localhost:port`, where port is specified in `.env`.
Create a `.env` file in the root of the project, see `example.env`. Run `go mod tidy` and `go run main.go`. Navigate to `localhost:port`, where port is specified in `.env`.

0 comments on commit 90a0371

Please sign in to comment.