mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 12:50:32 +00:00
20 lines
280 B
Org Mode
20 lines
280 B
Org Mode
#+title: Readme
|
|
|
|
* Dependancies
|
|
1. bat
|
|
2. mpv
|
|
|
|
* Install
|
|
1.
|
|
#+begin_src shell
|
|
git clone https://github.com/mrfluffy-dev/kami.git && cd kami
|
|
#+end_src
|
|
2.
|
|
#+begin_src shell
|
|
cargo build --release
|
|
#+end_src
|
|
3.
|
|
#+begin_src shell
|
|
cp target/release/kami /usr/bin/kami
|
|
#+end_src
|