Skip to content

Commit

Permalink
docs: Install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Feb 7, 2024
1 parent 3fc17ed commit 92bef3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ The forgotten go tool that executes and caches binaries included in go.mod files
### Source

```sh
go get -u github.com/dustinblackman/gomodrun/cmd/gomodrun
curl -L "https://github.com/dustinblackman/gomodrun/archive/refs/heads/master.tar.gz" | tar zxvf - -C /tmp
cd /tmp/gomodrun-master/cmd/gomodrun
go install .
```

## Usage
Expand Down

0 comments on commit 92bef3c

Please sign in to comment.