From 56ea94c153b037d0d0c80afc22bcd6ba57639cf4 Mon Sep 17 00:00:00 2001
From: Miryuni <ercol@outlook.com>
Date: Thu, 22 Oct 2020 23:02:46 +0200
Subject: [PATCH] Comments and Fix dans install

---
 README.md  | 5 ++++-
 install.sh | 8 ++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a80651c..360d4f3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,10 @@
 Repo regroupant les différents pack de stickers créés par les IIEns et les informations relatives aux stickers custom.
 
 ## Avoir un meilleur sticker picker et des stickers perso
-1. Se connecter à son perso ou son site web (ssh nomArise@perso.iiens.net)
+1. Se connecter à son perso ou son site web 
+   ```bash
+   ssh nomArise@perso.iiens.net
+   ```
 2. Cloner ce dépôt. 
   ```bash
   git clone git@git.iiens.net:Tigriz/matrix-stickers.git
diff --git a/install.sh b/install.sh
index 98712e7..dbd8cfb 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"
-- 
GitLab