summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2016-04-22 16:55:31 +0200
committerWillem Jan Palenstijn <wjp@usecode.org>2016-04-22 16:55:31 +0200
commit0d1a30e4a79702065e7c05333899a9654dd944d7 (patch)
tree68e28a055464df5611b935b54015280d7f97cfba /README.md
parent87aca2419026b6408a194376f34f41f19a546d9e (diff)
parentd54172290f629d98c8a330ad358d5932bdba8dbc (diff)
downloadastra-0d1a30e4a79702065e7c05333899a9654dd944d7.tar.gz
astra-0d1a30e4a79702065e7c05333899a9654dd944d7.tar.bz2
astra-0d1a30e4a79702065e7c05333899a9654dd944d7.tar.xz
astra-0d1a30e4a79702065e7c05333899a9654dd944d7.zip
Merge pull request #43 from adler-j/patch-1
Fix missing backslash in readme.md install
Diffstat (limited to 'README.md')
-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