diff --git a/README.md b/README.md index 992e7b5..b743a54 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A light php web interface to mlmmj. It does not use a database. ## Installation **An easy way:** + 1. Install a clean Debian from [netinst](https://www.debian.org/CD/netinst/) iso with only standard system utilities. 2. Do commands: @@ -19,6 +20,20 @@ mlmmj-light-web/misc/init.sh **A slightly harder way:** read init.sh code and do all manually. +## Using + +Create a domain: + +``` +/var/www/html/misc/manage_domains.sh add list.example.com +``` + +Delete a domain: + +``` +/var/www/html/misc/manage_domains.sh del list.example.com +``` + ## Screenshots ![](misc/move/screenshot_0.png?raw=true) diff --git a/misc/.manage_domains.sh.swp b/misc/.manage_domains.sh.swp new file mode 100644 index 0000000..58788e3 Binary files /dev/null and b/misc/.manage_domains.sh.swp differ