diff options
| author | ྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org> | 2022-06-03 11:43:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 11:43:52 +0200 |
| commit | 21e937a20160799f6988e35092dc8eb9ece62922 (patch) | |
| tree | 3109c3353288c3d584b077e68fa359707ea8f33e /README.md | |
| parent | f579d3b1f0db8bb01ae8e8b3b159343fec7f38e7 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ Similarly, from the root : * `grep -v PARENTDIR index.html | grep '\[ ' | grep -Po 'a href="\K.*?(?=")' | sed 's/\?.*//' > _loclist.txt` * `wget -N -i _loclist.txt -B http://orteil.dashnet.org/cookieclicker/loc/` -#### 3. Update `js` and `html` files : +#### 4. Update `js` and `html` files : From the root directory : @@ -49,6 +49,6 @@ From the root directory : * Look for `ajax('/patreon/grab.php'` and replace it with `ajax('grab.txt'` * In the root: `wget -O grab.txt http://orteil.dashnet.org/patreon/grab.php` -#### 4. Report update here :) +#### 5. Report update here :) If you happen to update, please make a pull request for others to benefit, thanks! |