aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-04-01 17:46:48 +0200
committerDamjan 9000 <damjan.9000@gmail.com>2024-04-01 17:46:48 +0200
commit0ef9368800bba3b505d127b49668e3f4b0aaa82f (patch)
tree5eb87d88c50a8007dd3e1436bd34c758a25a02d0
parent3d468e97cd9d355f6c6048dd94224200ba39f5ce (diff)
parent19afab164183a5e80d8f7e7ae9df6b57e26a4a48 (diff)
Merge 'upstream' README: move backup and paths from external deps to install section
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 759504f..240c0c6 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,6 @@ If you are experiencing issues, please make sure you have the latest versions.
### Install External Dependencies
-> **NOTE**
-> [Backup](#FAQ) your previous configuration (if any exists)
-
External Requirements:
- Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`)
- [ripgrep](https://github.com/BurntSushi/ripgrep#installation)
@@ -40,6 +37,11 @@ External Requirements:
> See [Install Recipes](#Install-Recipes) for additional Windows and Linux specific notes
> and quick install snippets
+### Install Kickstart
+
+> **NOTE**
+> [Backup](#FAQ) your previous configuration (if any exists)
+
Neovim's configurations are located under the following paths, depending on your OS:
| OS | PATH |
@@ -48,16 +50,12 @@ Neovim's configurations are located under the following paths, depending on your
| Windows (cmd)| `%userprofile%\AppData\Local\nvim\` |
| Windows (powershell)| `$env:USERPROFILE\AppData\Local\nvim\` |
-### Install Kickstart
-
#### Recommended Step
[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo
so that you have your own copy that you can modify, then install by cloning the
fork to your machine using one of the commands below, depending on your OS.
-
-
> **NOTE**
> Your fork's url will be something like this:
> `https://github.com/<your_github_username>/kickstart-modular.nvim.git`