fix building instruction

This commit is contained in:
Christopher Mosher 2012-04-20 21:39:28 -04:00
parent fba40a081b
commit 1ac85ff372
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ cd
mkdir epple2
cd epple2
wget http://mosher.mine.nu/epple2/download/epple2-latest.tar.gz # <2>
tar xzvf epple2-1.0.tar.gz
tar xzvf epple2-latest.tar.gz
mkdir build # <3>
cd build
../epple2-1.0/configure # <4>