Update docs slighty, add link

This commit is contained in:
Bryan Ashby 2022-08-04 13:47:49 -06:00
parent 3789de76a4
commit 5b7b1a5b74
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 5 additions and 4 deletions

View File

@ -9,12 +9,13 @@ Under most Linux/UNIX like environments (Linux, BSD, OS X, ...) new users can s
curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh | bash
```
:eyes: You may wish to review the [installation script](https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh)
on GitHub before running it!
> :eyes: You may wish to review the [installation script](https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh) on GitHub before running it!
The script will install `nvm`, Node.js and grab the latest ENiGMA BBS from GitHub. It will also guide you through creating a basic configuration file, and recommend some packages to install.
> :information_source: After installing:
* Read [External Binaries](../configuration/external-binaries.md)
* Read [Updating](../admin/updating.md)
> * Read [External Binaries](../configuration/external-binaries.md)
> * Read [Updating](../admin/updating.md)
You might also check out some external guides:
* https://www.maketecheasier.com/create-bbs-linux-with-enigmabbs/