Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Mar 31, 2023
1 parent 8924c08 commit dcff112
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,26 @@ For multiuser installs type this
sudo PREFIX=/usr/local make uninstall
```

# Installing with makepkg (arch linux and arch based distros only)

First clone the repo

```bash
git clone https://github.com/dnkmmr69420/containerized-amethyst.git
```
Next cd into the repo

```bash
cd containerized-amethyst
```

now use the makepkg command

```bash
makepkg -si
```
It should now be installed as a pacman package


# Dependencies

Expand Down

0 comments on commit dcff112

Please sign in to comment.