Browse Source

Changed Readme.md from npm to git clone

pull/150/head
Koushik M L N 6 years ago
parent
commit
937751a0e5
  1. 7
      README.md

7
README.md

@ -12,7 +12,10 @@ time.
## Install ## Install
* `npm install -g wetty`
* `git clone git@github.com:krishnasrinivas/wetty.git` Clone Wetty Repository
* `cd wetty && npm install` Install Dependencies
* `apt-get install sshpass` (debian eg. Ubuntu) for auto-login feature * `apt-get install sshpass` (debian eg. Ubuntu) for auto-login feature
@ -21,7 +24,7 @@ time.
## Run on HTTP ## Run on HTTP
```bash ```bash
wetty -p 3000 npm start
``` ```
If you run it as root it will launch `/bin/login` (where you can specify the If you run it as root it will launch `/bin/login` (where you can specify the

Loading…
Cancel
Save