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