Browse Source

Tweak README

Fix minor typo; change yarn installation to 'yarn global add wetty.js' since the current command does not work in the newest version of Yarn
pull/189/head
Matthew Piercey 6 years ago
committed by GitHub
parent
commit
0e0949cf9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
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".
For auto-login feature you'll need sshpass installed (NOT required for rest of
the program).
- `apt-get install sshpass` (debian eg. Ubuntu)
- `yum install sshpass` (red hat flavours eg. CentOs)

Loading…
Cancel
Save