Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
sk33z3r committed Jun 23, 2022
1 parent f593cec commit 1f03f79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ The LooPyGen CLI client is run in Docker, but on-demand and headless as opposed
Download the script from GitHub with to your local working directory

```shell
# using wGET
$ wget -O ./loopygen-cli.sh https://github.com/sk33z3r/LooPyGen/blob/main/cli.sh && chmod +x loopygen-cli.sh
# using cURL
$ curl https://github.com/sk33z3r/LooPyGen/blob/main/cli.sh -o loopygen-cli.sh && chmod +x loopygen-cli.sh
```

Pull the latest image
Expand Down

0 comments on commit 1f03f79

Please sign in to comment.