From 66be3b7e7f65967b238f8e93865a8bd1a9f01bf3 Mon Sep 17 00:00:00 2001 From: philw Date: Tue, 30 Apr 2024 20:11:56 +0200 Subject: Update readme --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README.md') 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: - Your neovim must be >= 0.7.0 to run this config -```vim -git clone --depth 1 https://github.com/wbthomason/packer.nvim\ - ~/.local/share/nvim/site/pack/packer/start/packer.nvim -``` ### Installation > Easy way @@ -25,12 +21,12 @@ git clone --depth 1 https://github.com/wbthomason/packer.nvim\ You can just clone this repo to your .config folder ```bash -git clone https://codeberg.com/philw/nvim ~/.config +git clone https://codeberg.org/philw/nvim ~/.config ``` > My way -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. +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. Use your package manage of choice to get stow, for example: -- cgit v1.2.3 From 96d54efc4bf19235c1075c1b7ef80f8379906b18 Mon Sep 17 00:00:00 2001 From: philw Date: Tue, 30 Apr 2024 22:40:00 +0200 Subject: Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d57dd4d..3ab13b8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![nvim](https://user-images.githubusercontent.com/91333841/212791030-440472c6-1568-4754-9181-c47e69bc42d6.png) +### Features ### Installation Run checkhealth in your nvim to satisfy it's requirements @@ -46,7 +47,7 @@ git clone https://codeberg.org/philw/nvim stow -d ~/dir -t ~/.config/nvim nvim/ ``` -Or use my ![script](https://codeberg.org/philw/scripts) +Or use my [script](https://codeberg.org/philw/scripts) Everything should set up automatically. There is no need for additional setup(if there is report an error). -- cgit v1.2.3