From bf7982cc2e8d9c2cee00433cb1762298604f8023 Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 16 Feb 2016 15:08:35 -0500 Subject: [PATCH] build with make added --- docs/build_notes_unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_notes_unix.md b/docs/build_notes_unix.md index 746aac2b..292849a7 100644 --- a/docs/build_notes_unix.md +++ b/docs/build_notes_unix.md @@ -23,7 +23,7 @@ After successfull build i2pd could be installed with: ```bash make install ``` -or you can just use 'make' once you have all dependacies (boost and opensll) installed +or you can just use 'make' once you have all dependacies (boost and openssl) installed ```bash git clone https://github.com/PurpleI2P/i2pd.git