Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions docs/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,15 @@ TinyWiiBackupManager is a new, lightweight game backup manager programmed in Rus
* A PC running Windows 7 or later
* A USB drive or SD card
* A dumped Wii/GameCube game disc (any format)
* [TinyWiiBackupManagerInstaller](https://github.com/mq1/TinyWiiBackupManagerInstaller/releases/latest/)
* [TinyWiiBackupManager](https://github.com/mq1/TinyWiiBackupManager/releases/latest)

#### Instructions

##### Section I - Installation

1. Download `TinyWiiBackupManagerInstaller.exe` and run the installer. If you get a Windows SmartScreen message, simply run anyway as this is a false positive.

![](/images/desktop-apps/TWBM/twbmi-download.png)

1. Let the installer run, and then launch TinyWiiBackupManager once the process is finished.
1. Download the windows binary for your architecture. Most users should download `TinyWiiBackupManager-vX.X.X-windows-x64.exe`.

![](/images/desktop-apps/TWBM/twbmi-install.png)
1. Run the downloaded `.exe`. If you get a Windows SmartScreen message, simply run anyway as this is a false positive.

##### Section II - Copying Games

Expand Down Expand Up @@ -126,7 +122,7 @@ If you already have games on your drive and TinyWiiBackupManager prompts you to

#### Requirements

* A PC running macOS 10.13 or later
* A PC running macOS 10.12 or later
* A USB drive or SD card
* A dumped Wii/GameCube game disc (any format)
* [TinyWiiBackupManager](https://github.com/mq1/TinyWiiBackupManager/releases/latest)
Expand Down Expand Up @@ -192,7 +188,7 @@ TinyWiiBackupManager can be installed from the Flathub repository as a Flatpak,

###### Flatpak

1. Ensure that FlatPak is [installed on your system](https://flathub.org/en/setup).
1. Ensure that Flatpak is [installed on your system](https://flathub.org/en/setup).
1. Navigate to the [Flathub repository for TWBM](https://flathub.org/en/apps/it.mq1.TinyWiiBackupManager) and press the Install button. If nothing happens, download the `.flatpakref` file and open it to find the program in your distro's app store. If nothing happens again, run `flatpak install flathub it.mq1.TinyWiiBackupManager` in your terminal.

![](/images/desktop-apps/TWBM/twbm-linux-flatpak-dl.png)
Expand All @@ -201,7 +197,7 @@ TinyWiiBackupManager can be installed from the Flathub repository as a Flatpak,

###### AppImage

1. Download the AppImage binary for your system and architecture. Most users should download `TinyWiiBackupManager-vX.X.X-linux-x86_64.AppImage`.
1. Download the AppImage binary for your architecture. Most users should download `TinyWiiBackupManager-vX.X.X-linux-x86_64.AppImage`.

![](/images/desktop-apps/TWBM/twbm-linux-appimage-dl.png)

Expand Down
Loading