Skip to content

Commit

Permalink
Merge pull request #1 from martenmatrix/master
Browse files Browse the repository at this point in the history
add installation instructions for mac os
  • Loading branch information
irgendwr authored Apr 3, 2024
2 parents c0c3a55 + 4906b86 commit c9cbca1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ sudo cp ./stine /usr/bin/stine
Create a file called `.stine.yaml` (either inside your home folder or the folder containing the program) (e.g. using `nano ~/.stine.yaml`) and edit it to fit your needs.
See [config](#config) section for examples.

### macOS

Download and unpack the latest release:
```bash
# download
curl -O -L https://github.com/irgendwr/go-stine/releases/latest/download/stine_Darwin_x86_64.tar.gz
# unpack
tar -xvzf stine_Darwin_x86_64.tar.gz
# add to $PATH
sudo cp ./stine /usr/local/bin
# cleanup
rm stine_Darwin_x86_64.tar.gz stine
```
Create a file called `.stine.yaml` (either inside your home folder or the folder containing the program) (e.g. using `nano ~/.stine.yaml`) and edit it to fit your needs.
See [config](#config) section for examples.

## Config

If no config file is specified using the `-c`/`--config` flag, the program looks for a file called `.stine.yaml` in the following paths:
Expand Down

0 comments on commit c9cbca1

Please sign in to comment.