Browse Source

Express dependency and README.md fix (#151)

* Fixed Package.json and updated README.md
* Updated GIT Clone link
pull/153/head
Koushik M.L.N 6 years ago
committed by Cian Butler
parent
commit
35db9676a4
  1. 12
      README.md
  2. 5
      package.json

12
README.md

@ -12,16 +12,20 @@ time.
## Install
* `npm install -g wetty`
* `apt-get install sshpass` (debian eg. Ubuntu) for auto-login feature
* `git clone https://github.com/krishnasrinivas/wetty.git`
* `cd wetty && npm install`
* `apt-get install sshpass` (debian eg. Ubuntu) only for auto-login feature
* `yum install sshpass` (red hat flavours eg. CentOs) only for auto-login feature
* `yum install sshpass` (red hat flavours eg. CentOs) for auto-login feature
## Run on HTTP
```bash
wetty -p 3000
npm start
```
If you run it as root it will launch `/bin/login` (where you can specify the

5
package.json

@ -31,7 +31,7 @@
"preferGlobal": "true",
"dependencies": {
"esm": "^3.0.84",
"express": "^5.15.3",
"express": "^4.16.0",
"fs-extra": "^4.0.1",
"node-pty": "^0.7.4",
"optimist": "^0.6",
@ -83,6 +83,7 @@
"Imuli <i@imu.li>",
"James Turnbull <james@lovedthanlost.net>",
"Kasper Holbek Jensen <kholbekj@gmail.com>",
"mirtouf <mirtouf@gmail.com>"
"mirtouf <mirtouf@gmail.com>",
"koushikmln <mln02koushik@gmail.com>"
]
}

Loading…
Cancel
Save