This commit is contained in:
Ștefan Talpalaru 2019-09-04 13:11:22 +02:00
parent c120ec2e49
commit 0602dae2f0
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9

View File

@ -114,11 +114,11 @@ make update
To run a command that might use binaries from the Status Nim fork:
```bash
./env.sh bash # start a new interractive shell with the right env vars set
./env.sh bash # start a new interactive shell with the right env vars set
which nim
nim --version
# or without starting a new interractive shell:
# or without starting a new interactive shell:
./env.sh which nim
./env.sh nim --version
```