From 547e653a6af6355c5540facfbd6e8942adffde9c Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Fri, 1 Jul 2022 16:04:35 +0200 Subject: [PATCH] Update README with correct clone URL and notice --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f9d3dd..b5ba36f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This repository contains the configuration files for some of the programs I use. There is also a handy setup script that should configure everything for you. ## Usage +This is quite outdated and might not be completely accurate anymore. To use these configuration files you first have to make sure you have the following programs installed: - fish - neovim @@ -9,7 +10,7 @@ To use these configuration files you first have to make sure you have the follow Once you have these programs installed you can clone the repository into a place you like and run the setup script. The setup script will detect existing configuration files and leave them alone. This means that if you are replacing an old configuration you need to delete it first. ```bash # Clone the repository into the folder .dots in your home directory. -git clone https://github.com/KalleStruik/dotfiles.git ~/.dots +git clone https://git.kallestruik.nl/kalle/dotfiles.git ~/.dots # Execute the install script. cd ~/.dots