Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenfyhn authored Jun 26, 2024
1 parent 823a851 commit f578ab2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ 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)
```

### 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
Expand Down

0 comments on commit f578ab2

Please sign in to comment.