From fc21bd08d9b07ed33532c1d89841a3f7f0eed527 Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 4 Jan 2025 03:55:32 +0100 Subject: [PATCH] doubly --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dd72879..8f490ab 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,15 @@ For the details, see [documentation.md](documentation.md). 1. Clone the source 2. Run: ```sh - $ make && make install +$ make && make install ``` 3. Update your config files ```sh - # .vimrc - let g:errtags_events = ["BufEnter", "BufWrite"] - # .bashrc - alias make='make.sh CC=cc.sh' +# .vimrc +let g:errtags_events = ["BufEnter", "BufWrite"] +# .bashrc +alias make='make.sh CC=cc.sh' ``` 4. Enjoy