Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaschain committed Dec 2, 2023
1 parent 4bfefca commit f6fb72f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ _Under development_

A simple CLI tool that watches files and runs commands based on it.

## Installation

Check the [releases page](https://github.com/lucaschain/beholder/releases) to get the correct URL for your platform install with:

```bash
export BEHOLDER_VERSION="0.0.8"
export BEHOLDER_PLATFORM="linux_amd64"
curl -LO https://github.com/lucaschain/beholder/releases/download/${BEHOLDER_VERSION}/beholder_${BEHOLDER_VERSION}_${BEHOLDER_PLATFORM}.tar.gz

tar -xvzf beholder_${BEHOLDER_VERSION}_${BEHOLDER_PLATFORM}.tar.gz

sudo mv beholder /usr/local/bin

```

## Usage

Expand Down

0 comments on commit f6fb72f

Please sign in to comment.