diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
| @@ -14,10 +14,6 @@ Make sure you analyzed the output properly: | |||
| 14 | 14 | ||
| 15 | - Your neovim must be >= 0.7.0 to run this config | 15 | - Your neovim must be >= 0.7.0 to run this config |
| 16 | 16 | ||
| 17 | ```vim | ||
| 18 | git clone --depth 1 https://github.com/wbthomason/packer.nvim\ | ||
| 19 | ~/.local/share/nvim/site/pack/packer/start/packer.nvim | ||
| 20 | ``` | ||
| 21 | ### Installation | 17 | ### Installation |
| 22 | 18 | ||
| 23 | > Easy way | 19 | > Easy way |
| @@ -25,12 +21,12 @@ git clone --depth 1 https://github.com/wbthomason/packer.nvim\ | |||
| 25 | You can just clone this repo to your .config folder | 21 | You can just clone this repo to your .config folder |
| 26 | 22 | ||
| 27 | ```bash | 23 | ```bash |
| 28 | git clone https://codeberg.com/philw/nvim ~/.config | 24 | git clone https://codeberg.org/philw/nvim ~/.config |
| 29 | ``` | 25 | ``` |
| 30 | 26 | ||
| 31 | > My way | 27 | > My way |
| 32 | 28 | ||
| 33 | I use  to manage my , so I encourage you to use it too. | 29 | I use [gnu-stow](https://www.gnu.org/software/stow/) to manage my [dotfiles](https://codeberg.org/philw/rice), so I encourage you to use it too. |
| 34 | 30 | ||
| 35 | Use your package manage of choice to get stow, for example: | 31 | Use your package manage of choice to get stow, for example: |
| 36 | 32 | ||
