change checkout command

This commit is contained in:
Alfredo Garcia 2023-02-07 15:35:31 -03:00 committed by GitHub
parent 31a5573185
commit f664b62b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Install dependencies:
Install `s-nomp`:
1. `git clone https://github.com/ZcashFoundation/s-nomp`
2. `cd s-nomp`
3. Use the Zebra configs: `git checkout zebra-mining`
3. Use the Zebra configs: `git checkout -t origin/zebra-mining`
* TODO: change the fork in `package.json` to ZcashFoundation
4. Use node 8.17.0:
```sh