Update readme

This commit is contained in:
Joey Yakimowich-Payne 2018-06-22 16:22:54 +09:00
commit 05594771d4

View file

@ -17,10 +17,10 @@ Simply run
nimble install
```
and then cd into the examples folder and compile an example:
To compile examples:
```bash
nim build <example_name>
nimble buildExamples
```
PRs are welcome for porting other examples or any other changes!