Skip to content
Snippets Groups Projects
Commit 09ed9810 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Fix installation of ES node

parent a9db973a
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ tar -xvf libsodium-1.0.14.tar.gz
cd libsodium-1.0.14
sudo apt-get install build-essential
sudo ./configure
sudo make && make check
sudo make && sudo make check
sudo make install
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment