diff --git a/README.md b/README.md index 88ac080..b31c3f8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ Whoooohoooo woa c'est mortel ! 1. Scissionnez (cf. [Fork](http://bitoduc.fr/#F)) ce dépôt 2. Créez une nouvelle branche (`git checkout -b sons-qui-envoient-du-pate`) 3. Ajoutez vos sons (format _mp3_) dans le répertoire `sounds/` et référencez-les dans le fichier `sounds/sounds.json` -4. Enregistrez les modifications (`git commit -am "Mes sons qui envoient du paté"`) +4. Indexez vos modifications (`git add -A`) +4. Enregistrez les modifications (`git commit -m "Mes sons qui envoient du paté"`) 5. Poussez vos modifications (`git push origin head`) 6. Créez une [fusiodemande](https://github.com/2ec0b4/kaamelott-soundboard/pulls) 7. Patientez 😇 diff --git a/sounds/peur_justifiee.mp3 b/sounds/peur_justifiee.mp3 new file mode 100644 index 0000000..3c8010f Binary files /dev/null and b/sounds/peur_justifiee.mp3 differ diff --git a/sounds/sounds.json b/sounds/sounds.json index 2188994..e65cc2b 100644 --- a/sounds/sounds.json +++ b/sounds/sounds.json @@ -3844,5 +3844,11 @@ "episode": "Livre IV, 10 - L'Ascension du Lion", "file": "ah_il_tape_la_ou_ca_fait_mal_hein.mp3", "title": "Ah il tape là où ça fait mal hein ! Tout le portrait de son père !" + }, + { + "character": "Léodagan", + "episode": "Livre III, 56 - Les Tourelles", + "file": "peur_justifiee.mp3", + "title": "Ah bah ouais... Peur jusitfiée." } ]