Skip to content

Commit

Permalink
Added install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Sep 19, 2024
1 parent c1a66bb commit 5056da4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@

## Install

### Apt-Get (Perfered)

https://packagecloud.io/jelloeater/stampy

```shell
curl -s https://packagecloud.io/install/repositories/jelloeater/stampy/script.deb.sh | sudo bash
sudo apt-get install stampy
```

### Binary (eget)

Use <https://github.com/zyedidia/eget>

```shell
Expand All @@ -19,7 +30,7 @@ sudo mv eget /usr/local/bin
sudo eget Jelloeater/stampy --to /usr/local/bin
```

Or if you have Go installed
### Via Go

```shell
go install github.com/Jelloeater/stampy@latest
Expand Down

0 comments on commit 5056da4

Please sign in to comment.