Skip to content
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

Update Enforce and chainctl docs to use single install command instead of mv and chmod #153

Closed
3 tasks done
jamonation opened this issue Oct 13, 2022 · 0 comments
Closed
3 tasks done
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@jamonation
Copy link
Collaborator

jamonation commented Oct 13, 2022

Using install on macOS and Linux can combine the two mv and chmod commands into one.

The following command moves the file into place, with executable permissions, while preserving ownership for things like unprivileged in-place upgrades:

sudo install -o $UID -g $GID -m 0755 chainctl /usr/local/bin/chainctl

There are a few places in the docs where this should be updated:

@jamonation jamonation added documentation Improvements or additions to documentation good first issue Good for newcomers labels Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants