Skip to content

Commit

Permalink
More detail to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekuil committed Oct 25, 2016
1 parent 7a160a5 commit c9c100a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ Deleted files get sent to the graveyard (=/tmp/.graveyard= by default) under the
=rip= is made for lazy people. If any part of the interface could be more intuitive, please open an issue or pull request.

** ⚰ Installation
Get a binary [[https://github.com/nivekuil/rip/releases][release]] (Linux x86_64, ARMv7 and macOS) or run =cargo install rm-improved= with a nightly rustc.
Get a binary [[https://github.com/nivekuil/rip/releases][release]] (Linux x86_64, ARMv7 and macOS), untar it, and move it somewhere on your $PATH:
#+BEGIN_EXAMPLE
$ tar xvzf rip-*.tar.gz
$ mv rip /usr/local/bin
#+END_EXAMPLE

or build it with a nightly rustc:
#+BEGIN_EXAMPLE
$ cargo install rm-improved
#+END_EXAMPLE
** ⚰ Usage
#+BEGIN_EXAMPLE
USAGE:
Expand Down

0 comments on commit c9c100a

Please sign in to comment.