diff --git a/install.sh b/install.sh
index 98712e74d5ac1ef7d9817b52759fe152455a3bdd..dbd8cfb1fed2461bb1b17874db5f49266fb3e29d 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,11 @@
 #!/bin/bash
 
-cd ../html
+# Clone the stickerpicker into the html repository
+cd ~/html
 git clone https://github.com/maunium/stickerpicker.git
+
+# Initialize the stickerpicker with the pack
+# scalar-privacy_pam.json
 cd stickerpicker
 mv packs/* web/packs
 cd web/packs
@@ -13,4 +17,4 @@ echo "{
   ]
 }
 " >> index.json
-
+echo "Created index.json in ~/html/stickerpicker/web/packs"