aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimon <[email protected]>2015-06-19 03:20:27 +0000
committerlloyd <[email protected]>2015-06-19 03:20:27 +0000
commitbef0bbc5ca4dbcf819693e6f534a61a048667d29 (patch)
tree383f43261999e2df5d26297b8c6467fe6f39dbb1
parent54c46bd8cb7fb9c8f3299e0727e528e8821150ed (diff)
Update readme - configure.py needs leading './'
GH #113
-rw-r--r--readme.rst5
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