Skip to content

Commit

Permalink
docs: installation curl to specific named file
Browse files Browse the repository at this point in the history
  • Loading branch information
matty-rose committed Oct 25, 2021
1 parent bb1ed2c commit cf61088
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 @@ -21,8 +21,8 @@ export GHA_DOCS_VERSION=v0.11.0
export GHA_DOCS_OS=linux
export GHA_DOCS_ARCH=amd64

curl -LO https://github.com/matty-rose/gha-docs/releases/download/$GHA_DOCS_VERSION/gha-docs-$GHA_DOCS_VERSION-$GHA_DOCS_OS-$GHA_DOCS_ARCH.tar.gz
tar -xzf gha-docs-$GHA_DOCS_VERSION-$GHA_DOCS_OS-$GHA_DOCS_ARCH.tar.gz
curl -Lo ./gha-docs.tar.gz https://github.com/matty-rose/gha-docs/releases/download/$GHA_DOCS_VERSION/gha-docs-$GHA_DOCS_VERSION-$GHA_DOCS_OS-$GHA_DOCS_ARCH.tar.gz
tar -xzf gha-docs.tar.gz
chmod +x gha-docs && mv gha-docs /usr/local/bin
```

Expand Down

0 comments on commit cf61088

Please sign in to comment.