This commit is contained in:
anon 2025-01-04 03:55:32 +01:00
parent 1aa1c0208e
commit fc21bd08d9

@ -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