From 3c81c2ce3c4b90a114c45caf52315d8686573380 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 26 Jan 2022 09:49:58 +1300 Subject: [PATCH] Linux guide --- README.md | 4 ++++ html/src/app.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ee3e5c8..31cdb3c4 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ Screenshots * Extract entire zip archive. * Run `VRCX.exe`. +# How to run VRCX on Linux + +* [Guide](https://github.com/RinLovesYou/VRChat-Linux/wiki/VRCX) made by @RinLovesYou + # How to build VRCX from source * Get source code diff --git a/html/src/app.js b/html/src/app.js index bba46052..34c1bc88 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -13014,7 +13014,7 @@ speechSynthesis.getVoices(); $app.methods.lookupAvatars = async function (type, search) { if (type === 'search') { - var limit = '&limit=5000'; + var limit = '&n=5000'; } else { var limit = ''; }