-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improved CLI installation instructions in quickstart #839
Conversation
✅ Deploy Preview for docs-kargo-akuity-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: Wojtek Cichoń <wojtek.cichon@protonmail.com>
Co-authored-by: Nicholas Morey <nicholas@morey.tech>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #839 +/- ##
=======================================
Coverage 46.41% 46.41%
=======================================
Files 97 97
Lines 6828 6828
=======================================
Hits 3169 3169
Misses 3507 3507
Partials 152 152 ☔ View full report in Codecov by Sentry. |
3. Extract the contents of the downloaded package to a directory of your choice. | ||
4. Add the directory containing the `kargo` executable to your system's `PATH` environment variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressing @krancour's comment. Nothing to extract, instead instruct to move binary to a bin
directory
3. Extract the contents of the downloaded package to a directory of your choice. | |
4. Add the directory containing the `kargo` executable to your system's `PATH` environment variable. | |
3. Move the binary to a directory of your choice (e.g. for Linux, consider `/usr/local/bin/`). | |
4. Add the directory containing the `kargo` executable to your system's `PATH` environment variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This suggested change didn't get merged.
Fixes #837
Added more instructions for the CLI installation involving download of release package and adding system's
PATH
environment variable.