Update README.md

This commit is contained in:
Andros Fenollosa
2022-06-25 16:43:24 +02:00
committed by GitHub
parent d11a1647a9
commit 9215219eda

View File

@ -8,14 +8,12 @@ Empty the buffer with a hot 🔥fire🔥 .
## Install
### Cloning the repo
1. Cloning the repo o download `burn.el`.
Clone this repo somewhere
Add this to your config
2. Add this to your config
```elisp
(add-to-list 'load-path "path where the repo was cloned")
(add-to-list 'load-path "path-cloned/burn.el")
(require 'burn)
```