update readme

This commit is contained in:
Paul Campbell 2024-04-11 08:13:15 +01:00
parent 0a7ff62680
commit 05d404e1d1

View file

@ -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/<your_user>/<your_repository> ~/.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