update readme
This commit is contained in:
parent
0a7ff62680
commit
05d404e1d1
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -1,8 +1,8 @@
|
||||||
# AstroNvim Template
|
# AstroNvim
|
||||||
|
|
||||||
**NOTE:** This is for AstroNvim v4+
|
**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
|
## 🛠️ Installation
|
||||||
|
|
||||||
|
@ -15,16 +15,16 @@ mv ~/.local/state/nvim ~/.local/state/nvim.bak
|
||||||
mv ~/.cache/nvim ~/.cache/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
|
#### Clone the repository
|
||||||
|
|
||||||
```shell
|
```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
|
#### Start Neovim
|
||||||
|
|
Loading…
Reference in a new issue