diff options
author | Binx <[email protected]> | 2021-10-03 12:10:10 +0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-03 11:40:10 +0330 |
commit | fe6e7591d8f8a75cad9725e03a9528608e0c21f9 (patch) | |
tree | 76bca78b694f803951dee268cd51da99805e7550 | |
parent | 0a41e9e11801ebca60230a9a07ca2fa783787852 (diff) |
fix: add proper installation link (#1665)
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2a5473b..37865518 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ One of the best ways to begin contributing in a meaningful way is by helping fin ## Getting Started 1. Backup your ~/.config/nvim -2. Follow the [Installation](https://github.com/lunarvim/LunarVim/wiki/Installation) guide +2. Follow the [Installation](https://www.lunarvim.org/01-installing.html) guide 3. Link your fork with the repository `git remote add upstream https://github.com/lunarvim/LunarVim.git` 4. That's it ! You can now `git fetch upstream` and `git rebase [-i] upstream/rolling` to update your branches with the latest contributions. |