Update README.md to clarify nimbus update (#1943)

This commit is contained in:
Kim De Mey 2023-12-13 13:58:58 +01:00 committed by GitHub
parent 5fd54961e3
commit 77d8e97823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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