From b0c2a7c87294e98de63442600cb6604b898a129a Mon Sep 17 00:00:00 2001 From: Shidorien Date: Sat, 4 Jan 2025 16:31:03 +0100 Subject: [PATCH] Add table of contents and restructure installation guide for clarity --- .../Install-or-import-a-version copy.md | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/Install-or-import-a-version copy.md b/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/Install-or-import-a-version copy.md index 28cc4462..3aa2f396 100644 --- a/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/Install-or-import-a-version copy.md +++ b/docs/wiki/Guides/Installation-and-updates/Install-or-import-a-version/Install-or-import-a-version copy.md @@ -1,6 +1,18 @@ + +## Table of Contents + +- [Windows Installation](#windows-installation) + - [Install a Version with Steam](#install-a-version-with-steam) + - [Install a Version with Oculus Store (PCVR)](#install-a-version-with-oculus-store-pcvr) +- [Linux Installation](#linux-installation) + - [Using Ubuntu, Debian (deb)](#using-ubuntu-debian-deb) + - [Using Arch (AUR)](#using-arch-aur) + - [Using Flatpak (Universal)](#using-flatpak-universal) +- [How to Import a Version](#how-to-import-a-version) + # Windows Installation -
Install a Version with Steam
+## Install a Version with Steam 1. Download and install [BSManager](https://www.bsmanager.io) from [GitHub](https://github.com/Zagrios/bs-manager/releases/latest), [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=images), or the [official website](https://www.bsmanager.io). 2. Open the **`Add Versions`** interface and select the version you wish to download. @@ -12,9 +24,8 @@
SteamLogin.png
-
-
Install a Version with Oculus Store (PCVR)
+## Install a Version with Oculus Store (PCVR) > [!IMPORTANT] > @@ -31,13 +42,12 @@
OculusLogin.png
-
# Linux Installation -
Using Ubuntu, Debian (deb)
+## Using Ubuntu, Debian (deb) -

PPA Repository

+## PPA Repository Refer to [bs-manager-deb](https://github.com/silentrald/bs-manager-deb). @@ -55,9 +65,7 @@ Install the `bs-manager` package using `apt`: sudo apt install bs-manager ``` -
- -

dpkg Install

+## dpkg Install Download the `.deb` file from the releases page and run the following command: @@ -71,17 +79,13 @@ dpkg -i ./bsmanager.deb > - Download the latest `.deb` file from the releases page; or > - Install through the PPA repository to enable automatic updates with `sudo apt update && sudo apt upgrade`. -
-
- -
Using Arch (AUR)
+## Using Arch (AUR) Refer to [bs-manager-git](https://aur.archlinux.org/packages/bs-manager-git). To install AUR packages, you need to install [yay](https://github.com/Jguer/yay). -
-
Using Flatpak (Universal)
+## Using Flatpak (Universal) This method works on any Linux distribution. Ensure `flatpak` is installed on your system. If not, visit [Flatpak](https://flatpak.org/setup/) for a setup guide tailored to your distro. @@ -101,12 +105,10 @@ sudo flatpak remote-add --if-not-exists --system flathub https://flathub.org/rep flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo ``` -
- # How to Import a Version -> [!IMPORTANT] -> +> [!IMPORTANT] +> > - You will need to download a version of Beat Saber yourself before you can import it. > - The [BSManager](https://www.bsmanager.io) team provides tutorials like [this one](https://steamcommunity.com/sharedfiles/filedetails/?id=1805934840) to help you download official versions of Beat Saber. However, no team member will offer assistance for cracked versions.