Updated How to translate (markdown)

Bandie 2018-11-03 18:28:53 +01:00
parent d5cb8e6ded
commit ded6f66f46

@ -13,6 +13,7 @@ Anyway, the following text will assume that you have chosen Ubuntu or Kubuntu or
2. If not already done, create a github account. 2. If not already done, create a github account.
3. [Generate a new ssh key](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/). Here you only need to follow the "Generating a new SSH key" steps.
3. [Add a new ssh key to your github account](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/). 3. [Add a new ssh key to your github account](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/).
4. [Create a GPG key](https://help.github.com/articles/generating-a-new-gpg-key/) and [add it to your GitHub account](https://help.github.com/articles/adding-a-new-gpg-key-to-your-github-account). 4. [Create a GPG key](https://help.github.com/articles/generating-a-new-gpg-key/) and [add it to your GitHub account](https://help.github.com/articles/adding-a-new-gpg-key-to-your-github-account).
5. Enable gpg signed commits by typing `git config --global commit.gpgsign true` in your command line. 5. Enable gpg signed commits by typing `git config --global commit.gpgsign true` in your command line.