diff options
| -rw-r--r-- | PKGBUILD | 1 | ||||
| -rw-r--r-- | README.md | 7 |
2 files changed, 7 insertions, 1 deletions
@@ -19,7 +19,6 @@ backup=() options=() changelog= source=("$url/archive/refs/tags/$pkgver.zip") -#source=("konaste-linux-v${pkgver}.tar.gz") noextract=() sha256sums=('9f0e083bcb985120e733cf200e5ac4db498816671877a6acc72be25d6610587a') validpgpkeys=() @@ -8,6 +8,13 @@ kshook is a network forwarder for scores obtained on SDVX KONASTE, and is primar > [!IMPORTANT] > kshook-wine assumes that you already have SDVX KONASTE installed and it is in a playable state. If you haven't already done this, I suggest using the [konaste-linux](https://github.com/mizztgc/konaste-linux) which streamlines WINE setup and launching +Download the `kshook-wine` script directly from this repository + +Alternatively if you are on an Arch-based operating system you can also download the script through the AUR +```bash +yay -S kshook-wine +``` + ## Setup An interactive setup tool is available via running ```bash |
