Skip to content

Commit

Permalink
docs: update manual install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Jun 28, 2021
1 parent e471d72 commit 0f20933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ Clone the AUR package and build yeet:
```
mkdir -p ~/.cache/yeet/build/
cd ~/.cache/yeet/build/
git clone https://aur.archlinux.org/package-query.git
git clone https://aur.archlinux.org/yeet.git
cd package-query
makepkg -sfcCi
cd yeet
makepkg -sfcCi
cd ~
```

## Usage
Expand Down

0 comments on commit 0f20933

Please sign in to comment.