Skip to content

Commit

Permalink
Get rid of italics
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Oct 22, 2021
1 parent 3f2d7e3 commit c9069de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect-ssh-keys.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Or do one of the following at the command line:
* Windows: `clip < ~/.ssh/id_ed25519.pub`
* Linux: `xclip -sel clip < ~/.ssh/id_ed25519.pub`

*Linux: if needed, install via `apt-get` or `yum`. For example, `sudo apt-get install xclip`.*
Linux: if needed, install `xclip` via `apt-get` or `yum`. For example, `sudo apt-get install xclip`.

### On GitHub

Expand Down

0 comments on commit c9069de

Please sign in to comment.