-
Notifications
You must be signed in to change notification settings - Fork 211
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
Simplify the NVS update experience #7
Labels
Comments
lostintangent
changed the title
[Feature Request] Simply the update process
[Feature Request] Simplify the NVS update experience
Nov 8, 2016
lostintangent
changed the title
[Feature Request] Simplify the NVS update experience
Simplify the NVS update experience
Nov 15, 2016
+1 for package managers (don't reinvent the wheel). Windows has chocolatey :) |
See also the issue that is specifically about adding chocolatey support. |
It would be pretty trivial for somebody who's familiar with the installer to add support to scoop as well. |
It looks like this has been added to scoop https://github.com/lukesampson/scoop/blob/master/bucket/nvs.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to update the NVS bits I have installed, I've currently been cd'ing into the
$NVS_HOME
directory and then running agit pull
. This is pretty simple, but it would be nice if either NVS was distributed via package managers (e.g. Homebrew), which would allow easy platform-native updating, or if it had a command for updating itself (like Yarn has). Either one would be cool, and would help simplify keeping up-to-date with the project.The text was updated successfully, but these errors were encountered: