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