From c9069ded3a4586b92d8786ef71d67fb9757dda8d Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Fri, 22 Oct 2021 13:44:54 -0700 Subject: [PATCH] Get rid of italics --- connect-ssh-keys.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect-ssh-keys.Rmd b/connect-ssh-keys.Rmd index 8327671..dd34a81 100644 --- a/connect-ssh-keys.Rmd +++ b/connect-ssh-keys.Rmd @@ -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