Update README with vars info

This commit is contained in:
Reese
2018-09-19 22:01:48 -04:00
parent db3d3c1459
commit c9c56ced1a

View File

@@ -1,7 +1,6 @@
# Django Setup for CentOS 7 # Django Setup for CentOS 7
## Quick Install ## Quick Install
```bash ```bash
sudo -s
vim vars vim vars
``` ```
@@ -14,7 +13,6 @@ export letsencrypt=False
``` ```
```bash ```bash
source vars
./install.sh ./install.sh
``` ```