Browse Source

Updated read me a bit regards to bit changes

Joachim M. Giæver 7 years ago
parent
commit
a6112d765e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ Regards to the change in software where we now support https and ssh with git, a
 - Yes you do, so please read
     * [how to generate keys](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) on GitHub (but dont add it there, so skip step 3 in Adding your SSH key...)
     * Print and copy your key:
-```bash
+``` bash
 cat ~/.ssh/KEYNAME                      # change KEYNAME to what you chose in previous step
 sudo apt-get install xclip              # Install xclip
 xclip -sel clip < ~/.ssh/KEYNAME.pub    # change KEYNAME and continue to next step