Change install scripts to indicate master

This commit is contained in:
Bryan Ashby
2019-02-15 14:48:03 -07:00
parent 562c73e096
commit a08648a8dc
3 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ ENiGMA has been tested with many terminals. However, the following are suggested
## Installation
On *nix type systems:
```
curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.9-alpha/misc/install.sh | bash
curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh | bash
```
Please see [Installation Methods](https://nuskooler.github.io/enigma-bbs/installation/installation-methods.html) for Windows, Docker, and so on...