From c41d64b6e3bc93118743c54bb0841494410707a2 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sat, 29 Jun 2024 07:53:56 +0100 Subject: [PATCH] checkpoint --- README.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 45be509..ee8d2b7 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -6,8 +6,9 @@ My Neovim configuration for neovim version 0.9.0+. == Installation -- clone repo or download the latest release -- if you have eisting neovim config you can take a backup of this. Timestamped tar file created in backup dir within the current dir. +1. Clone the repository or download the latest package from the release page. +2. If you have existing neovim configuration you can take a backup of it. + Run the command below to create a timestamped tar archive of your existing config. ``` make backup ```