From 4bdbf4923b1e4f3bb342456cc09dc60b3bc0762b Mon Sep 17 00:00:00 2001 From: robocopAlpha <35454738+robocopAlpha@users.noreply.github.com> Date: Sun, 23 Aug 2020 13:07:55 +0300 Subject: [PATCH] change order of installation methods --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a6b4145..0aea880 100644 --- a/README.md +++ b/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 -#### a) 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`. - -#### b) Install from source +#### a) 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`. @@ -50,6 +44,12 @@ curl -sSL 'https://raw.githubusercontent.com/robocopAlpha/brewlog/master/install 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 ```sh