mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-02-22 10:33:58 +01:00
Edit vrcx.md to add the native linux appimage version.
This commit is contained in:
parent
57fa2e5144
commit
12407c856f
1 changed files with 17 additions and 2 deletions
|
@ -8,14 +8,29 @@ title: VRCX
|
|||
|
||||
VRCX is a tool for managing your VRChat friendships, as well as providing additional convenience functionalities.
|
||||
|
||||
# Installer Script
|
||||
# Appimage (Preferred Method)
|
||||
|
||||
|
||||
Stable (Currently Unavailable):
|
||||
- Grabe the latest .appimage from here: [VRCX Official Releases](https://github.com/vrcx-team/VRCX/releases)
|
||||
- Run `chmod +x VRCX_*.AppImage`.
|
||||
- Run the appimage (This will install it as app and auto removes the appimage when complete).
|
||||
- Open VRCX from your apps.
|
||||
|
||||
Nightly (Available):
|
||||
- Grab the latest .appimage from here: [VRCX Nightly Releases](https://github.com/Natsumi-sama/VRCX/releases)
|
||||
- Run `chmod +x VRCX_*.AppImage`.
|
||||
- Run the appimage (This will install it as app and auto removes the appimage when complete).
|
||||
- Open VRCX from your apps.
|
||||
|
||||
# Installer Script (Wine)
|
||||
|
||||
VRCX provides the [install-vrcx.sh](https://github.com/vrcx-team/VRCX/blob/master/Linux/install-vrcx.sh) script upstream, which does the steps of the manual installation for you.
|
||||
|
||||
You can run it per `curl -sSf https://raw.githubusercontent.com/vrcx-team/VRCX/master/Linux/install-vrcx.sh | bash`.
|
||||
|
||||
|
||||
# Manual Installation
|
||||
# Manual Installation (Wine)
|
||||
|
||||
- Grab the latest .zip from here: [VRCX Official Releases](https://github.com/vrcx-team/VRCX/releases)
|
||||
- Use a new or existing Wine prefix of Wine 9.2 or later. Recommend using a non-proton Wine build.
|
||||
|
|
Loading…
Add table
Reference in a new issue