Skip to content

Commit

Permalink
Merge pull request #447 from MrPsycho5/master
Browse files Browse the repository at this point in the history
Add pre-install instructions for Arch Linux
  • Loading branch information
Mgldvd authored Jun 19, 2024
2 parents e8fb690 + 2beef15 commit d1f3969
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,18 @@ The inspiration for Gogh came from the clean and minimalistic design of Elementa

In your terminal type:

Debian/Ubuntu

```bash
sudo apt-get install dconf-cli uuid-runtime
```

Arch Linux

```bash
sudo pacman -S dconf util-linux-libs
```

You can now install in interactive mode (easy) or non-interactive mode (ideal for scripting)

## 📦 **Install**
Expand Down

0 comments on commit d1f3969

Please sign in to comment.