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