From 6276d95f86ddf29c78d0c1f7ab1c943c36ac8c3e Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Tue, 21 Mar 2023 14:22:23 -0500 Subject: [PATCH] Update README.md --- .github/README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/README.md b/.github/README.md index de56cbf..7a62027 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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' ```