Skip to content

Commit

Permalink
Update README.md to clarify nimbus update (#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeme authored Dec 13, 2023
1 parent 5fd5496 commit 77d8e97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ build/nimbus --help
build/nimbus

# Update to latest version
git pull
make -j4 update
git pull && make update
# Build the newly downloaded version
make -j4 nimbus

# Run tests
make test
Expand Down

0 comments on commit 77d8e97

Please sign in to comment.