Skip to content

Commit

Permalink
Fix instructions on local build.
Browse files Browse the repository at this point in the history
Also add a note to clarify that ratel needs to be in your GOPATH to
correctly run the build script.
  • Loading branch information
martinmr committed Aug 9, 2019
1 parent fc9f833 commit 5b7678a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTRUCTIONS.md
Expand Up @@ -3,8 +3,10 @@
## Local development

```sh
# Do a local build.
./scripts/build.local.sh
# Build ratel
# Note that ratel needs to be in your GOPATH for this to work. Otherwise,
# main.go will not be able to import the server code correctly.
./scripts/build.prod.sh

# Start the ratel server.
./build/ratel
Expand Down

0 comments on commit 5b7678a

Please sign in to comment.