Update README.md

This commit is contained in:
Kload 2013-10-16 20:50:36 +02:00
parent a142857856
commit 8af807a98b

View file

@ -19,10 +19,13 @@ Installation
------------ ------------
* Fetch the repository * Fetch the repository
```bash ```bash
git clone https://github.com/Kloadut/SSOwat /etc/ssowat git clone https://github.com/Kloadut/SSOwat /etc/ssowat
``` ```
* Edit SSOwat configuration * Edit SSOwat configuration
``` ```
nano /etc/ssowat/conf.json nano /etc/ssowat/conf.json
``` ```
@ -31,6 +34,7 @@ Nginx conf
---------- ----------
* Add SSOwat's Nginx configuration * Add SSOwat's Nginx configuration
```bash ```bash
nano /etc/nginx/conf.d/ssowat.conf nano /etc/nginx/conf.d/ssowat.conf
``` ```