Browse Source

Updated read me a bit regards to bit changes

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

+ 5 - 5
README.md

@@ -14,11 +14,11 @@ 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
-        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
-        ```
+```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
+```
     * and [add your key here](https://git.giaever.org/user/settings/ssh) (login required)
 
 # Outdated info: