diff options
| author | ྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org> | 2022-06-03 10:42:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 10:42:28 +0200 |
| commit | b1964c4e49073b40fa27ae0c40a6e6c26c1828ad (patch) | |
| tree | e388550742fbca6a04641dde23fd59969466d920 /README.md | |
| parent | 7a23770be016d581d87ba8d1cfafe7bad5eb3da4 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ From the root, #### 2. Fetch all new sounds : -Similarly : +Similarly, from the root : * `cd snd/` * `wget --convert-links -O index.html http://orteil.dashnet.org/cookieclicker/snd/` @@ -35,7 +35,7 @@ From the root directory : * Fetch the updated `index.html` file: `wget -O index.html http://orteil.dashnet.org/cookieclicker/` * Fetch the updated `style.css` file: `wget -O style.css http://orteil.dashnet.org/cookieclicker/style.css` * Fetch updated `js` files : `wget -N -i list.txt -B http://orteil.dashnet.org/cookieclicker/` -* Scan `index.html` for any new `<script src` and also `main.js` for any new local javascript (eg `Game.last.minigameUrl`) +* Scan `index.html` for any new `<script src` and also `main.js` for any new local javascript (eg `Game.last.minigameUrl`). If there are new scripts, update the `list.txt` accordingly. * In `main.js` there is a call to a remote script we need to modify: * 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` |