From f9b6cc1fc26b58ec29c8269c71a1885ee3d98439 Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Mon, 1 Jan 2018 20:27:54 +0100 Subject: [PATCH] Improve installation section in README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e468c11..961dc20 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ without any encryption (will be added in the future). ### From source -```sh -$ cargo install -``` +1. Clone this repo +1. Run `cargo install` from the inside of the repo directory +1. Keep calm and wait for compilation + +Probably, you need `gcc` (Linux) or `clang` (Mac OS) to compile dependencies. ## Usage