Skip to content

Commit

Permalink
Merge pull request #3 from kentik/pontello-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pontello authored Aug 28, 2024
2 parents 0cc2a52 + 4356e72 commit 83f4e0c
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 @@ -2,9 +2,9 @@

## Copy from packages
```bash
export PACKAGE=kagent/v1.8.4
export PACKAGE=kagent/v3.0.1
rm -rf tmp_download
gh release download -R kentik/packages ${PACKAGE} -D tmp_download
gh release create -R kentik/test-packages ${PACKAGE}
gh release create --generate-notes -t ${PACKAGE} -R kentik/test-packages ${PACKAGE}
gh release upload -R kentik/test-packages ${PACKAGE} tmp_download/*
```

0 comments on commit 83f4e0c

Please sign in to comment.