From 809061f81a01e4100c9fe0b663f2086d8fd6bbde Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Mon, 17 Apr 2017 16:41:55 +0300 Subject: [PATCH] Update HOWTO.md Replace one liners --- locale_build/HOWTO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/locale_build/HOWTO.md b/locale_build/HOWTO.md index 4a71ba6..e9ecebf 100644 --- a/locale_build/HOWTO.md +++ b/locale_build/HOWTO.md @@ -22,7 +22,11 @@ 8. Test the translations by running youtube-dl-gui: `python -m youtube_dl_gui` 9. Push your changes: -`git add -A;git commit -m "Your commit message here"; git push origin master` +``` +git add -A +git commit -m "Your commit message here" +git push origin master +``` 10. Open a new pull request ---