Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Soft committed Mar 28, 2018
1 parent 426bed0 commit dc8d3e3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,17 @@ $ cargo install run-or-raise
```

Compiling and running `run-or-raise` requires [libxcb](https://xcb.freedesktop.org)
library to be installed.
library to be installed. To get the latest development version of
`run-or-raise`, you can direct cargo to install from the git repository:

``` shell
$ cargo install --git 'https://github.com/Soft/run-or-raise.git'
```

However, just downloading the application binary or installing with cargo will
not install program’s man page. To also get the manual pages installed, invoke
`make install` in the project directory. By default, the install script will
place the files under `/usr/local/` hierarchy.

## Usage

Expand Down

0 comments on commit dc8d3e3

Please sign in to comment.