Update README.md

This commit is contained in:
Joshua Bell 2023-03-21 14:22:23 -05:00 committed by GitHub
parent 13b8e437f4
commit 6276d95f86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/README.md vendored
View file

@ -17,20 +17,14 @@ mv ~/.local/share/nvim ~/.local/share/nvim.bak
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
```
#### 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 this repository into the user config section
```shell
git clone git@github.com:RingOfStorms/astronvim_config.git ~/.config/nvim/lua/user
```
#### Start Neovim
#### Start Neovim install changes
```shell
nvim
nvim --headless -c 'quitall'
```