Browse Source

Updated read me a bit regards to bit changes

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

+ 3 - 3
README.md

@@ -15,9 +15,9 @@ Regards to the change in software where we now support https and ssh with git, a
     * [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:
 ```
-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
+$ 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)