From 0e0949cf9b2b608c55a1aa7a038b56709755e276 Mon Sep 17 00:00:00 2001 From: Matthew Piercey Date: Mon, 27 May 2019 20:31:42 -0400 Subject: [PATCH] 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8915134..e230d9e 100644 --- a/README.md +++ b/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)