summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4da86795..5b38f372 100644
--- a/README.md
+++ b/README.md
@@ -41,12 +41,11 @@ on the website, where they are updated at least once every 24 hours:
41Detailed installation instructions can be found in [INSTALL.md](INSTALL.md). 41Detailed installation instructions can be found in [INSTALL.md](INSTALL.md).
42 42
43In a nutshell, if you have [libsodium](https://github.com/jedisct1/libsodium) 43In a nutshell, if you have [libsodium](https://github.com/jedisct1/libsodium)
44or [nacl](https://nacl.cr.yp.to/install.html) installed, run: 44installed, run:
45 45
46```sh 46```sh
47autoreconf -fi
48mkdir _build && cd _build 47mkdir _build && cd _build
49../configure 48cmake ..
50make 49make
51sudo make install 50sudo make install
52``` 51```