Browse Source

Changed Readme.md to use https git clone

pull/150/head
Koushik M L N 6 years ago
parent
commit
bde47db0a6
  1. 8
      README.md

8
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

Loading…
Cancel
Save