Fixed a typo

This commit is contained in:
Matthieu Grieger 2014-10-23 13:35:28 -07:00
parent 6af88d9725
commit a61fa3f003

View file

@ -44,7 +44,7 @@ You have now (hopefully) successfully installed `protobuf` and `protobuf-c`. Now
$ wget http://www.digip.org/jansson/releases/jansson-2.7.tar.gz
$ tar xzf jansson-2.7.tar.gz
$ rm jansson-2.7.tar.gz
$ cd jansson-2.7.tar.gz
$ cd jansson-2.7
$ ./configure && make && sudo make install && cd ..
$ wget http://kmkeen.com/jshon/jshon.tar.gz
$ tar xzf jshon.tar.gz