mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-05 16:54:00 +00:00
more env.sh info
This commit is contained in:
parent
588b766a7b
commit
c120ec2e49
@ -114,8 +114,13 @@ make update
|
|||||||
|
|
||||||
To run a command that might use binaries from the Status Nim fork:
|
To run a command that might use binaries from the Status Nim fork:
|
||||||
```bash
|
```bash
|
||||||
./env.sh bash
|
./env.sh bash # start a new interractive shell with the right env vars set
|
||||||
which nim
|
which nim
|
||||||
|
nim --version
|
||||||
|
|
||||||
|
# or without starting a new interractive shell:
|
||||||
|
./env.sh which nim
|
||||||
|
./env.sh nim --version
|
||||||
```
|
```
|
||||||
|
|
||||||
Our Wiki provides additional helpful information for [debugging individual test cases][1]
|
Our Wiki provides additional helpful information for [debugging individual test cases][1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user