Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Instructions for building from source
  • Loading branch information
p5quared authored Apr 17, 2024
1 parent 69f5340 commit 96f83f1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ If you have [homebrew](https://brew.sh/) you can install via tap like so:
```shell
brew install p5quared/decanter/decanter
```
Otherwise, you can build from source if you have [go](https://go.dev/) installed via `go install`.

Otherwise, you can build from source if you have [go](https://go.dev/) installed:
```shell
git clone https://github.com/p5quared/decanter.git
cd decanter
go install
```

## Usage

Expand Down Expand Up @@ -40,7 +44,7 @@ At some point I'll be cleaning up the Autolab API and publishing
it as a standalone library.

If you've read this far I'd really appreciate if you'd give the repo
a ⭐or a watch. We need to reach a certain threshold of 'notoriety'
a ⭐ or a watch. We need to reach a certain threshold of 'notoriety'
before Homebrew will accept our formulae.

## FAQ
Expand Down

0 comments on commit 96f83f1

Please sign in to comment.