Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit c9cbca1

Browse files
authored
Merge pull request #1 from martenmatrix/master
add installation instructions for mac os
2 parents c0c3a55 + 4906b86 commit c9cbca1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ sudo cp ./stine /usr/bin/stine
3333
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.
3434
See [config](#config) section for examples.
3535

36+
### macOS
37+
38+
Download and unpack the latest release:
39+
```bash
40+
# download
41+
curl -O -L https://github.com/irgendwr/go-stine/releases/latest/download/stine_Darwin_x86_64.tar.gz
42+
# unpack
43+
tar -xvzf stine_Darwin_x86_64.tar.gz
44+
# add to $PATH
45+
sudo cp ./stine /usr/local/bin
46+
# cleanup
47+
rm stine_Darwin_x86_64.tar.gz stine
48+
```
49+
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.
50+
See [config](#config) section for examples.
51+
3652
## Config
3753

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

0 commit comments

Comments
 (0)