Merge pull request #265 from plowsof/patch-1

missing a -
master
moneroexamples 2 years ago committed by GitHub
commit 06648df357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,7 @@ docker build --no-cache -t xmrblocks .
docker build --no-cache --build-arg NPROC=2 -t xmrblocks .
# to build against development branch of monero (i.e. master branch)
docker build --no-cache --build-arg NPROC=3 -build-arg MONERO_BRANCH=master -t xmrblocks .
docker build --no-cache --build-arg NPROC=3 --build-arg MONERO_BRANCH=master -t xmrblocks .
```
- The build needs 3 GB space.

Loading…
Cancel
Save