From 59fc3d9e2fb27bcc4d9013279808e1b8dfcb2cc7 Mon Sep 17 00:00:00 2001 From: dchakro <35454738+dchakro@users.noreply.github.com> Date: Sat, 5 Sep 2020 20:23:17 +0300 Subject: [PATCH] fix indentation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08ec79e..4bc6f12 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,12 @@ This repo contains snippets for color schemes to use with [alacritty](https://gi ```properties live_config_reload: true ``` - -Here is a shell command to do it. - ```sh + Here is a shell command to do it. + + ```shell echo "live_config_reload: true" >> ~/.alacritty.yml + ``` 3. Overwrite the [base.yml](./base.yml) with your `~/.alacritty.yml`.