mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 02:05:54 +02:00
* Update some packages
* Use ptyw.js (from a specific rev for now) vs pty.js for better Windows support * Updated docs slightly * Use iconv.encode() in dropfile generation
This commit is contained in:
parent
58bde9784d
commit
c81eb6f514
5 changed files with 15 additions and 8 deletions
|
@ -14,7 +14,12 @@ git clone https://github.com/NuSkooler/enigma-bbs.git
|
|||
npm install
|
||||
```
|
||||
|
||||
3\. Generate a SSH Private Key
|
||||
**Note for Windows users**:<br>
|
||||
Some dependencies require compilation. You will need at least the following installed for `npm install` to succeed:
|
||||
* A recent copy of Visual Studio (Express editions OK)
|
||||
* Python 2.7.x
|
||||
|
||||
3\. Generate a SSH Private Key<br>
|
||||
Note that you can skip this step and disable the SSH server in your `config.hjson` if desired.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue