Skip to content

Commit

Permalink
fix: Added install info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Sep 1, 2024
1 parent 7a1ebba commit 0efb06c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Stampy

## Install
Use https://github.com/zyedidia/eget

```shell
curl https://zyedidia.github.io/eget.sh | sh
sudo mv eget /usr/local/bin
sudo eget Jelloeater/stampy --to /usr/local/bin
```

Or if you have Go installed

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

## Usage

```shell
Expand Down
3 changes: 3 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ version: '3'
tasks:
default:
cmds:
- go mod download
- go mod tidy
- go mod verify
- go fmt .
- go vet .
- go clean .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module stampy
module github.com/Jelloeater/stampy

go 1.22

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package stampy

import (
"github.com/atotto/clipboard"
Expand Down

0 comments on commit 0efb06c

Please sign in to comment.