Update installing.md

This commit is contained in:
Jacques Wagener 2019-09-14 14:44:53 +02:00 committed by GitHub
parent 97d7b70c0c
commit 34c72407aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,10 +14,10 @@ make get-nimclang-docker
To use NLVM instead of Nim + Clang use
```
make get-nlvm-docker
git submodule update --init
make get-wabt
make USE_NLVM=1 tools
make get-nlvm-docker
```
### Using NLVM docker
@ -29,10 +29,10 @@ make USE_NLVM=1 examples
## Using Nim + Clang Docker
```
make get-nimclang-docker
git submodule update --init
make get-wabt
make tools
make get-nimclang-docker
```
## Building the examples