diff --git a/Hosting-on-GitHub-pages.md b/Hosting-on-GitHub-pages.md index 7865452..ca1dc4e 100644 --- a/Hosting-on-GitHub-pages.md +++ b/Hosting-on-GitHub-pages.md @@ -11,7 +11,7 @@ If you don't have a webserver to run the files on, you can also use something li 5. Click "Save" ![arrow pointing at save button](https://mau.photos/C16js.png) 6. Clone your fork (`git clone git@github.com:username/stickerpicker.git`) -7. Follow the instructions in [Creating packs](https://github.com/maunium/stickerpicker/wiki/Creating-packs) to create packs. In step 1 of the preparation, clone your own fork instead of maunium/stickerpicker. +7. Follow the instructions in [Creating packs](https://github.com/maunium/stickerpicker/wiki/Creating-packs) to create packs. **N.B.** Skip step 1 of the install instructions as you already cloned your fork of the repo. 8. Commit your changes (`git add web/packs && git commit`) and push (`git push`) 9. Follow the instructions in [Enabling the widget](https://github.com/maunium/stickerpicker/wiki/Enabling-the-widget) using `https://username.github.io/stickerpicker/web/?theme=$theme` as the `url` field.