diff --git a/README.md b/README.md index 566b302..48a5367 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,24 @@ Installation git clone https://github.com/Kloadut/SSOwat /etc/ssowat ``` +Testing +------- + +* clone the repo : + ```bash + git clone https://github.com/Kloadut/SSOwat /etc/ssowat + ``` +* add a skin in /etc/ssowat/config.json.persistent +```bash +nano /etc/ssowat/config.json.persistent +``` + +```yaml +{ + "redirected_urls": {}, + "skin":"agentcobra" +} +``` Nginx configuration -------------------