Update README.md
This commit is contained in:
parent
dd2f8217be
commit
1e2e73e617
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ A bare bones example of an HTML5 web-based terminal emulator and SSH client. We
|
|||
<img width="600" height="340" alt="WebSSH2 v0.2.0 demo" src="https://github.com/billchurch/WebSSH2/raw/main/screenshots/demo-800.gif">
|
||||
|
||||
# Requirements
|
||||
Node v6.x or above. If using <v6.x you should be able to run by replacing the "read-config" package to @1 like this (after a clone):
|
||||
Node v14.x or above. If using <v14.x you should be able to run by replacing the "read-config" package to @1 like this (after a clone):
|
||||
|
||||
`npm install --save read-config@1
|
||||
`
|
||||
|
|
Loading…
Reference in a new issue