Skip to content

Commit 4c02e29

Browse files
authored
Update README.md (#781)
The recommended step of forking the repo coming sequentially after the step instructing users to clone the current repo doesn't make sense. This commit orders the install instructions in a manner that's more logical.
1 parent 773e482 commit 4c02e29

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,16 @@ Neovim's configurations are located under the following paths, depending on your
4848

4949
### Install Kickstart
5050

51-
Clone kickstart.nvim:
51+
#### Recommended Step
52+
53+
[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.
54+
55+
> **NOTE**
56+
> Your fork's url will be something like this: `https://github.com/<your_github_username>/kickstart.nvim.git`
57+
58+
#### Clone kickstart.nvim
59+
> **NOTE**
60+
> If following the recommended step above (i.e., forking the repo), replace `nvim-lua` with `<your_github_username>` in the commands below
5261
5362
<details><summary> Linux and Mac </summary>
5463

@@ -88,18 +97,6 @@ current plugin status.
8897
Read through the `init.lua` file in your configuration folder for more
8998
information about extending and exploring Neovim.
9099

91-
### Getting Started
92-
93-
[The Only Video You Need to Get Started with Neovim](https://youtu.be/m8C0Cq9Uv9o)
94-
95-
### Recommended Steps
96-
97-
[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo
98-
(so that you have your own copy that you can modify) and then install. You
99-
can install it on your machine using the methods above.
100-
101-
> **NOTE**
102-
> Your fork's url will be something like this: `https://github.com/<your_github_username>/kickstart.nvim.git`
103100

104101
#### Examples of adding popularly requested plugins
105102

@@ -159,6 +156,10 @@ return {
159156

160157
</details>
161158

159+
### Getting Started
160+
161+
[The Only Video You Need to Get Started with Neovim](https://youtu.be/m8C0Cq9Uv9o)
162+
162163
### FAQ
163164

164165
* What should I do if I already have a pre-existing neovim configuration?

0 commit comments

Comments
 (0)