From 4030a4fa813b16985565c9133345e20e7f6d456d Mon Sep 17 00:00:00 2001 From: Waleed Khan Date: Mon, 3 Jul 2023 18:18:43 +0300 Subject: [PATCH] docs: remove linebreak in installation command --- docs/config.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index b2dec4c8c..be82db86d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -335,8 +335,7 @@ It's a good alternative to Meld, especially if you don't have a graphical environment (e.g. when using SSH). To install it: ```shell -cargo install --git https://github.com/arxanas/git-branchless scm-record ---features scm-diff-editor +cargo install --git https://github.com/arxanas/git-branchless scm-record --features scm-diff-editor ``` Then config it as follows: