Skip to content

Commit afc1b00

Browse files
committed
Windows Installer
1 parent 37044ff commit afc1b00

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ Install from the AUR:
5858
yay -S yappus
5959
```
6060

61+
Or manually using the PKGBUILD:
62+
63+
```sh
64+
git clone https://github.com/MostlyKIGuess/Yappus-Term.git
65+
cd Yappus-Term
66+
makepkg -si
67+
```
68+
6169
### For Windows
6270

6371
You can install Yappus directly using our PowerShell script:
@@ -70,14 +78,6 @@ Invoke-WebRequest -Uri https://raw.githubusercontent.com/MostlyKIGuess/Yappus-Te
7078
powershell -ExecutionPolicy Bypass -File install-yappus.ps1
7179
```
7280

73-
Or manually using the PKGBUILD:
74-
75-
```sh
76-
git clone https://github.com/MostlyKIGuess/Yappus-Term.git
77-
cd Yappus-Term
78-
makepkg -si
79-
```
80-
8181
## Setup
8282

8383
1. Clone the repository:

0 commit comments

Comments
 (0)