📝 Update docs on using native modules.

This commit is contained in:
Cheng Zhao 2014-02-20 18:51:57 +08:00
parent 94b3de557e
commit 2b82eafff4
3 changed files with 16 additions and 13 deletions

View file

@ -54,7 +54,7 @@ Then you need to install `gcc-multilib` and `g++-multilib`, on Ubuntu you can do
this:
```bash
sudo apt-get install gcc-multilib g++-multilib
$ sudo apt-get install gcc-multilib g++-multilib
```
## Tests