From 25d1cc84fabefccbf0277938dbf7ba2d036a6155 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 17 Sep 2020 14:17:22 +0300 Subject: [PATCH] Updated Hosting on GitHub pages (markdown) --- Hosting-on-GitHub-pages.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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