From bde47db0a6e2d3fd7720bfa9a6063a9cffd3ab03 Mon Sep 17 00:00:00 2001 From: Koushik M L N Date: Mon, 24 Dec 2018 01:29:55 +0530 Subject: [PATCH] Changed Readme.md to use https git clone --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c94205b..f9e70b9 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ time. ## Install -* `git clone git@github.com:krishnasrinivas/wetty.git` Clone Wetty Repository +* `git clone https://github.com/koushikmln/wetty.git` -* `cd wetty && npm install` Install Dependencies +* `cd wetty && npm install` -* `apt-get install sshpass` (debian eg. Ubuntu) for auto-login feature +* `apt-get install sshpass` (debian eg. Ubuntu) only for auto-login feature -* `yum install sshpass` (red hat flavours eg. CentOs) for auto-login feature +* `yum install sshpass` (red hat flavours eg. CentOs) only for auto-login feature ## Run on HTTP