From ad663d5c9c9ebb17c13e884332194164d40f7e55 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 16 Dec 2014 15:27:38 +0100 Subject: [PATCH] Improve wording a bit in the requirements section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1435e7..4a997ea 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This library provides bindings for the NaCl cryptographic library for Erlang. Se ### INSTALL/Requirements: * Erlang/OTP 17.3. This library *needs* the newest dirty scheduler implementation. -* Uses the libsodium sources. *Note:* libsodium is not in Debian/Ubuntu by default. You need to use something to handle the installation for you. E.g., `checkinstall` or `stow` are good tools for this. +* *Requires* the libsodium library. *Note:* libsodium is not packaged in Debian/Ubuntu by default. You need to use something to handle the installation for you. E.g., `checkinstall` or `stow` are good tools for this. For other systems, consult your package manager on how to install the package. Make sure you also get "development" packages containing the header file `libsodium.h`. To build the software execute: