feat: improved README and set 1 as starting day

This commit is contained in:
2026-05-18 19:29:58 +02:00
parent dfcb1698e6
commit 144f20be81
4 changed files with 13 additions and 4 deletions

View File

@@ -3,10 +3,19 @@
### Install
1) Copy `limitator` to `/etc/init.d/`
```
scp -O limitator root@uli:/etc/init.d
```
2) Run `chmod +x /etc/init.d/limitator`
3) Copy `config/limitator` to `/etc/config/`
```
scp -O config/limitator root@uli:/etc/config
```
4) Edit `/etc/config/` if needed.
5) Copy `www/*` to `/www/`
```
scp -rO www root@uli:/
```
6) Run `chmod +x /www/cgi-bin/limitator.json`
7) Run `opkg update && opkg install iptables-mod-extra coreutils-date`
8) Run `mkdir ~/limitator`