From 874e6272f32de81150a6f50055fb012c4904aa5b Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Thu, 14 Jul 2022 00:55:56 +0100 Subject: [PATCH] fixed indentation on README --- README.org | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index 41d8201..4a31e33 100644 --- a/README.org +++ b/README.org @@ -20,28 +20,28 @@ I will be explaining how to install them. ** Linux/Mac 1. install bat and mpv with your package manager(homebrew if on mac) 2. Clone the repo for kami. -#+begin_src shell + #+begin_src shell git clone https://github.com/mrfluffy-dev/kami.git && cd kami -#+end_src + #+end_src 4. install [[https://www.rust-lang.org/tools/install][Rust]] 5. Build kami using cargo. -#+begin_src shell + #+begin_src shell cargo build --release -#+end_src + #+end_src 6. Copy kami to your path. -#+begin_src shell + #+begin_src shell cp target/release/kami /usr/local/bin/kami -#+end_src + #+end_src ** Windows 1. install scoop -#+begin_src shell + #+begin_src shell Set-ExecutionPolicy RemoteSigned -Scope CurrentUser irm get.scoop.sh | iex -#+end_src + #+end_src 2. install git -#+begin_src shell + #+begin_src shell scoop install git -#+end_src + #+end_src 1. install mpv #+begin_src shell scoop bucket add extras