Skip to content

Commit

Permalink
Updated README with installation instructions from GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesposito1988 committed Feb 23, 2021
1 parent 49303b4 commit e5f4107
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ system libraries if no such partition is available on the system. The example ab
work on any operating system.

## Getting started
### Binary releases (any OS)
- download the binaries for your OS from the [GitHub Releases page](https://github.com/marcoesposito1988/dependency_runner/releases)
- copy the binaries somewhere on your PATH
- Linux: `/usr/local/bin` is a good place
- Windows: create your own directory somewhere and add it to the PATH variable through the control panel

### Installation from source with Cargo (any OS)
- download and execute rustup
- check out this repository and `cd` into it
Expand Down

0 comments on commit e5f4107

Please sign in to comment.