diff --git a/Hosting-on-GitHub-pages.md b/Hosting-on-GitHub-pages.md index 92b7117..caf7dab 100644 --- a/Hosting-on-GitHub-pages.md +++ b/Hosting-on-GitHub-pages.md @@ -12,4 +12,6 @@ If you don't have a webserver to run the files on, you can also use something li 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 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. \ No newline at end of file +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. + +To add more packs, simply do steps 7 and 8 again. \ No newline at end of file