From f578ab2b3487ce5ccd4e914d0fdc5b2061ebbd56 Mon Sep 17 00:00:00 2001 From: Morten Fyhn Amundsen Date: Wed, 26 Jun 2024 14:17:43 +0200 Subject: [PATCH] Update README.md --- .github/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 2a5e9ea..cbfc9ca 100644 --- a/.github/README.md +++ b/.github/README.md @@ -10,7 +10,9 @@ My dotfiles and other computer setup stuff. Based on [this](https://www.atlassia ### Desktop install -Run [this](https://github.com/mortenfyhn/dotfiles/blob/master/.config/dotfiles/install.sh) script: +Both installs use the same [install.sh](https://github.com/mortenfyhn/dotfiles/blob/master/.config/dotfiles/install.sh) script. + +For a graphical desktop install, run: ```sh bash <(wget -qO- -o /dev/null https://raw.githubusercontent.com/mortenfyhn/dotfiles/master/.config/dotfiles/install.sh) @@ -18,7 +20,7 @@ bash <(wget -qO- -o /dev/null https://raw.githubusercontent.com/mortenfyhn/dotfi ### Headless install -For a headless install, run this: +For a headless install, run: ```sh bash <(wget -qO- -o /dev/null https://raw.githubusercontent.com/mortenfyhn/dotfiles/master/.config/dotfiles/install.sh) --headless