Skip to content
Extraits de code Groupes Projets
Valider 56ea94c1 rédigé par Miryuni's avatar Miryuni
Parcourir les fichiers

Comments and Fix dans install

parent 138b7c00
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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
......
#!/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"
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter