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" +```