From b6b59e89be4469bd6790787d0de655939fda7f63 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Fri, 10 Jun 2022 19:34:31 +0100 Subject: [PATCH] fixed readme --- README.org | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index a3f173f..95ae6cc 100644 --- a/README.org +++ b/README.org @@ -1,12 +1,15 @@ #+title: Readme * Install -1. #+begin_src shell +1. +#+begin_src shell git clone https://github.com/mrfluffy-dev/log_e.git && cd log_e - #+end_src -2. #+begin_src shell +#+end_src +2. +#+begin_src shell cargo build --release - #+end_src -3. #+begin_src shell +#+end_src +3. +#+begin_src shell cp target/release/log_e /usr/bin/log_e - #+end_src +#+end_src