From 9215219eda948dfbb11966288c257ab33074b36b Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 25 Jun 2022 16:43:24 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9b9bb8c..85c3089 100644 --- a/README.md +++ b/README.md @@ -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) ```