Browse Source

Update HOWTO.md

Replace one liners
doc-issue-template
MrS0m30n3 7 years ago
committed by GitHub
parent
commit
809061f81a
1 changed files with 5 additions and 1 deletions
  1. 6
      locale_build/HOWTO.md

6
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
---

Loading…
Cancel
Save