Skip to content

Commit

Permalink
doc: mention make deps in auth_server README (cesanta#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf authored and rojer committed Jun 1, 2018
1 parent 6c06b8b commit 335f36b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auth_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ pip install gitpython
mkdir /var/tmp/go
export GOPATH=/var/tmp/go
export PATH=$PATH:$GOPATH/bin
# download dependencies
make deps
# build source
make
```

0 comments on commit 335f36b

Please sign in to comment.