From 05d404e1d18f13d22e3c2c5b07b3063963975d68 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 11 Apr 2024 08:13:15 +0100 Subject: [PATCH] update readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 365674b..c2e8d46 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# AstroNvim Template +# AstroNvim **NOTE:** This is for AstroNvim v4+ -A template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim) +Based on the template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim) ## 🛠️ Installation @@ -15,16 +15,16 @@ mv ~/.local/state/nvim ~/.local/state/nvim.bak mv ~/.cache/nvim ~/.cache/nvim.bak ``` -#### Create a new user repository from this template - -Press the "Use this template" button above to create a new repository to store your user configuration. - -You can also just clone this repository directly if you do not want to track your user configuration in GitHub. - #### Clone the repository ```shell -git clone https://github.com// ~/.config/nvim +git clone git@git.kemitix.net:kemitix/nvim-config.git ~/.config/nvim +``` + +or + +```shell +git clone https://git.kemitix.net:kemitix/nvim-config.git ~/.config/nvim ``` #### Start Neovim