From 47030716c055b19a2b4e378d3bc0cbb40df8a884 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 6 Nov 2024 15:44:01 +0100 Subject: [PATCH] updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d62201..5371a0f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# kevinmidboe dotfiles - -Install using curl +
+

Install dotfiles

```bash -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/kevinmidboe/dotfiles/main/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/KevinMidboe/dotfiles/refs/heads/main/install.sh") ``` +