diff --git a/README.md b/README.md index e88fe88..a3756ce 100644 --- a/README.md +++ b/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 diff --git a/package.json b/package.json index 7444af3..7196e66 100644 --- a/package.json +++ b/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 ", "James Turnbull ", "Kasper Holbek Jensen ", - "mirtouf " + "mirtouf ", + "koushikmln " ] }