-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
According to https://docs.nodesource.com/docs/nsolid/quickstart/local, nsolid is installed and updated via
$ sudo apt-get install nsolid -yThis, however, isn't a really easy approach as users don't get used to doing it using Node.js. In my opinion, we have two ways of solving it:
- Include nsolid to
nvm,voltaand other Node.js version managers - Include a
nsolid --updatethat automatically updates the binary via command line.
What do you folks think about it? @brycebaril @edsadr @trevnorris @santigimeno