Skip to content

Commit

Permalink
docs(README): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Oct 31, 2022
1 parent 6788b91 commit 2fe2146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Install

```bash
go get -v github.com/abdfnx/gosh@v0.3.9
go get -v github.com/abdfnx/gosh
```

## Examples
Expand Down Expand Up @@ -116,7 +116,7 @@ gosh.ShellCommand(`
`)

// run a command with output
err, out, errout := gosh.ShellOutput(`curl --silent "https://get-latest.secman.dev/docker/compose"`)
err, out, errout := gosh.ShellOutput(`curl --silent "https://get-latest.onrender.com/docker/compose"`)

if err != nil {
log.Printf("error: %v\n", err)
Expand Down

0 comments on commit 2fe2146

Please sign in to comment.