Skip to content

Commit c9b992c

Browse files
committed
docs: fix yay install instructions
1 parent 91ede47 commit c9b992c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ cmake --build build
4343

4444
## Installing
4545

46-
Arch / CachyOS with `yay`:
46+
Arch / CachyOS with `yay` from a local checkout:
4747

4848
```bash
49-
yay -Bi https://github.com/alysson-souza/plasma-ion-meteireann.git
49+
git clone https://github.com/alysson-souza/plasma-ion-meteireann.git
50+
cd plasma-ion-meteireann
51+
yay -Bi .
5052
```
5153

5254
System-wide from a local build:

0 commit comments

Comments
 (0)