diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index 54e2a63..069865b 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -30,5 +30,5 @@ git clone https://github.com/mapnik/mapnik.git cd mapnik ./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu` make -make install // sudo make install # Mac OS X Lion +make install ( sudo make install # Mac OS X Lion ) ``` \ No newline at end of file