Browse Source
Merge pull request #189 from hyperionlevelq/patch-1
Tweak README
pull/193/head
Cian Butler
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
README.md
|
|
@ -24,11 +24,11 @@ $ yarn build |
|
|
|
|
|
|
|
To install it globally from npm use yarn or npm: |
|
|
|
|
|
|
|
- yarn, `yarn -g add wetty.js` |
|
|
|
- yarn, `yarn global add wetty.js` |
|
|
|
- npm, `npm i -g wetty.js` |
|
|
|
|
|
|
|
For auto-login feature you'll need sshpass installed (NOT required for rest of |
|
|
|
the program". |
|
|
|
the program). |
|
|
|
|
|
|
|
- `apt-get install sshpass` (debian eg. Ubuntu) |
|
|
|
- `yum install sshpass` (red hat flavours eg. CentOs) |
|
|
|