add `make deps` step in the docs

This commit is contained in:
Andrea Franz 2019-03-15 18:19:01 +01:00 committed by GitHub
parent 2177bccb34
commit a79a929fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ cd nimbus
# Prep environment # Prep environment
make update make update
make deps
# Start a shell that uses the Nimbus compile environment # Start a shell that uses the Nimbus compile environment
./env.sh bash ./env.sh bash