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

Comments and Fix dans install

parent 4587c93d
Branches
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.
Veuillez vous inscrire ou vous pour commenter