From 6caf467fe1a302cec0fd1a9028077a94c621cd5d Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Thu, 25 Jun 2020 20:00:32 +0100 Subject: [PATCH] Improved README formatting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5747c7..001d9b2 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ git pull ``` You may also need to run a command similar to this to remove the previous server fingerprint from your `known_hosts` file or do it manually: -`ssh-keygen -f "/home/user/.ssh/known_hosts" -R "[git.autonomic.zone]:222"` - +``` +ssh-keygen -f "/home/user/.ssh/known_hosts" -R "[git.autonomic.zone]:222" +```