more env.sh info

This commit is contained in:
Ștefan Talpalaru 2019-09-04 13:09:42 +02:00
parent 588b766a7b
commit c120ec2e49
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 6 additions and 1 deletions

View File

@ -114,8 +114,13 @@ make update
To run a command that might use binaries from the Status Nim fork:
```bash
./env.sh bash
./env.sh bash # start a new interractive shell with the right env vars set
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]