aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-05-07 22:12:43 +0000
committerphilw <dscr@duck.com>2024-05-07 22:12:43 +0000
commit7048f8921c7b7fa0d02a4e74e94b08084f4e0d91 (patch)
treeb64442b9f9c3102c7e2cf444637cf485c925daab
parent9973865685cbf6524de9d2d74dfa2a0b9c00fb8c (diff)
downloadneovim-7048f8921c7b7fa0d02a4e74e94b08084f4e0d91.tar.gz
neovim-7048f8921c7b7fa0d02a4e74e94b08084f4e0d91.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fdb43f7..4b71bd8 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ git clone https://codeberg.com/philw/nvim ~/.config
30 30
31> My way 31> My way
32 32
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. 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.
34 34
35Use your package manage of choice to get stow, for example: 35Use your package manage of choice to get stow, for example:
36 36
@@ -50,7 +50,7 @@ git clone https://codeberg.org/philw/nvim
50stow -d ~/dir -t ~/.config/nvim nvim/ 50stow -d ~/dir -t ~/.config/nvim nvim/
51 51
52``` 52```
53Or use my ![script](https://codeberg.org/philw/scripts) 53Or use my [script](https://codeberg.org/philw/scripts)
54 54
55Everything should set up automatically. There is no need for additional setup(if there is report an error). 55Everything should set up automatically. There is no need for additional setup(if there is report an error).
56 56