mirror of
https://github.com/dchakro/brewlog.git
synced 2026-05-17 10:12:16 -07:00
change order of installation methods
This commit is contained in:
parent
20c267d62e
commit
4bdbf4923b
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -33,13 +33,7 @@ Now you're easily able to track the changes made to your system while running `b
|
||||||
|
|
||||||
### How to use
|
### How to use
|
||||||
|
|
||||||
#### a) Install from binary
|
#### a) Install from source
|
||||||
|
|
||||||
1. Download the binary from the [latest release](https://github.com/robocopAlpha/brewlog/releases/latest) (should run on *nix with a [homebrew](https://brew.sh/) installation).
|
|
||||||
2. `mv brewlog /usr/local/bin/brewlog` or to some other place that is in your `$PATH`.
|
|
||||||
3. Familiarize yourself by running `brewlog —help`.
|
|
||||||
|
|
||||||
#### b) Install from source
|
|
||||||
|
|
||||||
The script [`install.sh`](https://github.com/robocopAlpha/brewlog/blob/master/install.sh) automatically picks the place to install brewlog by detecting the location where the `brew` binary is placed in your system `$PATH`.
|
The script [`install.sh`](https://github.com/robocopAlpha/brewlog/blob/master/install.sh) automatically picks the place to install brewlog by detecting the location where the `brew` binary is placed in your system `$PATH`.
|
||||||
|
|
||||||
|
|
@ -50,6 +44,12 @@ curl -sSL 'https://raw.githubusercontent.com/robocopAlpha/brewlog/master/install
|
||||||
brewlog --help
|
brewlog --help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### b) Install from binary
|
||||||
|
|
||||||
|
1. Download the binary from the [latest release](https://github.com/robocopAlpha/brewlog/releases/latest) (should run on *nix with a [homebrew](https://brew.sh/) installation).
|
||||||
|
2. `mv brewlog /usr/local/bin/brewlog` or to some other place that is in your `$PATH`.
|
||||||
|
3. Familiarize yourself by running `brewlog —help`.
|
||||||
|
|
||||||
#### c) Install from source with modifications
|
#### c) Install from source with modifications
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue