Skip to content

Commit

Permalink
fixed prefix doc in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Nov 1, 2019
1 parent 7514782 commit 1d3b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sudo apt-get install libboost-python-dev
- build the libcmaes with support for Python bindings:
```
./autogen.sh
./configure --enable-python --with-prefix=/home/yourusername
./configure --enable-python --prefix=/home/yourusername
make
make install
```
Expand Down

0 comments on commit 1d3b64a

Please sign in to comment.