This commit is contained in:
AJ ONeal
2020-08-12 12:55:44 -06:00
parent d2b96608ff
commit c9efb5d31e
3 changed files with 13 additions and 4 deletions

View File

@@ -9,6 +9,12 @@ Effortlessly install developer tools with easy-to-remember URLs.
- without touching system files or permissions
- without looking up docs
## Install webi via npm:
```bash
npm install -g webi
```
## Example: Installing node
Mac & Linux:
@@ -25,6 +31,9 @@ curl.exe -fsSA "MS" https://webinstall.dev/node | powershell
## Example: Switching node versions
Once `webi` is installed, you can then install commands or switch versions with
webi itself:
```bash
webi node@stable
webi node@lts

View File

@@ -1,5 +1,5 @@
{
"name": "@root/webi",
"name": "webi",
"version": "0.5.0",
"lockfileVersion": 1,
"requires": true,

View File

@@ -1,6 +1,6 @@
{
"name": "@root/webi",
"version": "0.5.0",
"name": "webi",
"version": "0.5.1",
"description": "Effortlessly install developer tools with easy-to-remember URLs",
"main": "index.js",
"homepage": "https://webinstall.dev",
@@ -8,7 +8,7 @@
"scripts/"
],
"scripts": {
"postinstall": "node scripts/webi.js",
"postinstall": "node scripts/install-webi.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {