From 67eed7353af2ae32082e4a2850a81875a4e4c94f Mon Sep 17 00:00:00 2001 From: chokerman <44473782+justchokingaround@users.noreply.github.com> Date: Sat, 3 Sep 2022 10:38:22 +0200 Subject: [PATCH] docs: windows copy to path --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 6487c6a..3d9b6f9 100644 --- a/README.org +++ b/README.org @@ -77,7 +77,7 @@ git clone https://github.com/mrfluffy-dev/kami.git && cd kami #+begin_src shell cargo build --release #+end_src -7. copy kami to path +7. copy kami to path (for this to work, you need to use git bash and you need to run git bash in administrator mode0 #+begin_src cp target/release/kami.exe /usr/bin/kami #+end_src