Add instructions to install libsodium

resolve #44
This commit is contained in:
Jérémy Lecour 2018-07-06 11:35:23 +02:00 committed by Jérémy Lecour
parent 730b70c08e
commit 40c59db667
1 changed files with 11 additions and 2 deletions

View File

@ -30,9 +30,18 @@ If you want to do manual installations, you can use our Wiki documentations for
## Dependencies
Execute `# bundle install` to install Ruby dependencies (including Rails itself).
Execute `# bundle install` to install Ruby gems (including Rails itself).
Execute `# yarn install` to install Javascript/NodeJS packages.
Depending on what is already installed on your OS or not, you might need to install a few system packages to be able to have everything working.
### libsodium
To use elliptic curve SSH keys, we need to have `libsodium` and its headers.
* on Debian : `# apt install libsodium-dev`.
* on macOS with Homebrew : `# brew install libsodium`.
Execute `# yarn install` to install Javascript/NodeJS dependencies.
## Rails configuration