aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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