fixed curl command

This commit is contained in:
Lynne Megido 2020-09-06 21:10:12 +10:00
parent afef6833e2
commit f96df442c9
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -15,7 +15,7 @@ dotnet run
```bash
mkdir buypeeb
cd buypeeb
curl https://git.bune.city/lynnesbian/buypeeb-cs/raw/branch/master/PKGBUILD
curl -O https://git.bune.city/lynnesbian/buypeeb-cs/raw/branch/master/PKGBUILD
makepkg -si # installs to /usr/bin/buypeeb
buypeeb
```