Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
[#255] fixed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
avasyukhin committed Apr 18, 2019
1 parent 92e58c6 commit 8548aa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ You can run Postgres by yourself, but it's better to use Docker. If you have
Docker installed, you can do this:

$ make build # Build the project
$ make db # Download and start Postgres (wait a bit after this step)
$ make serve # Run the server

If you head to <http://localhost:9000> now, you should see the project
running. The port can be changed:

$ make serve port=7000

Note: if you get an error at the `make tables` stage, you probably haven't
Note: if you get an error at the `make serve` stage, you probably haven't
waited enough. Do `make db-kill` and start from `make serve` again.

### Indexing packages
Expand Down

0 comments on commit 8548aa7

Please sign in to comment.