aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index fdb43f7..d57dd4d 100644
--- a/README.md
+++ b/README.md
@@ -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
18git 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\
25You can just clone this repo to your .config folder 21You can just clone this repo to your .config folder
26 22
27```bash 23```bash
28git clone https://codeberg.com/philw/nvim ~/.config 24git clone https://codeberg.org/philw/nvim ~/.config
29``` 25```
30 26
31> My way 27> My way
32 28
33I 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. 29I 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
35Use your package manage of choice to get stow, for example: 31Use your package manage of choice to get stow, for example:
36 32