From a61fa3f003151eca13c21b6f105056e5a8576b8a Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Thu, 23 Oct 2014 13:35:28 -0700 Subject: [PATCH] Fixed a typo --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 47abf30..7f9b67f 100644 --- a/SETUP.md +++ b/SETUP.md @@ -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