diff options
author | simon <[email protected]> | 2015-06-19 03:20:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-06-19 03:20:27 +0000 |
commit | bef0bbc5ca4dbcf819693e6f534a61a048667d29 (patch) | |
tree | 383f43261999e2df5d26297b8c6467fe6f39dbb1 | |
parent | 54c46bd8cb7fb9c8f3299e0727e528e8821150ed (diff) |
Update readme - configure.py needs leading './'
GH #113
-rw-r--r-- | readme.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.rst b/readme.rst index 19aa547aa..08672111d 100644 --- a/readme.rst +++ b/readme.rst @@ -1,15 +1,14 @@ Botan Crypto Library ======================================== - Botan is a C++11 library for crypto and TLS released under the permissive 2-clause BSD license (see ``doc/license.txt`` for the specifics). For all the details on building the library read ``doc/manual/building.rst``, but basically:: - $ configure.py --help - $ configure.py [probably some options] + $ ./configure.py --help + $ ./configure.py [probably some options] $ make $ ./botan-test # test output |