aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4093f6d..a83ead8 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,9 @@ Building
::
<git clone>
- cmake -g 'Unix Makefiles' .
+ mkdir yasl/build
+ cd yasl/build
+ cmake ..
make
sudo make install