summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Adler <jonasadl@kth.se>2016-04-19 09:30:20 +0200
committerJonas Adler <jonasadl@kth.se>2016-04-19 09:30:20 +0200
commitd54172290f629d98c8a330ad358d5932bdba8dbc (patch)
tree3648a9e68471795f63ae2b78f2412618d6ee805f
parent547def0ea6e3eab07b7e4c48cee6d6a81f6155e1 (diff)
downloadastra-d54172290f629d98c8a330ad358d5932bdba8dbc.tar.gz
astra-d54172290f629d98c8a330ad358d5932bdba8dbc.tar.bz2
astra-d54172290f629d98c8a330ad358d5932bdba8dbc.tar.xz
astra-d54172290f629d98c8a330ad358d5932bdba8dbc.zip
Fix missing backslash in readme.md install
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b34cf38..fb1f641 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ cd build/linux
./autogen.sh # when building a git version
./configure --with-cuda=/usr/local/cuda \
--with-matlab=/usr/local/MATLAB/R2012a \
- --with-python
+ --with-python \
--prefix=/usr/local/astra
make
make install