From 02edd9c03ee1db76484f126128e0a71912c9d072 Mon Sep 17 00:00:00 2001 From: Mizosu97 <97634559+Mizosu97@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:20:10 -0500 Subject: [PATCH] niko --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index f07ff37..1f4fc0f 100644 --- a/README.md +++ b/README.md @@ -1 +1,31 @@ # Installing OneShot on Linux + +If you're using a Linux-based operating system, the Steam version of OneShot won't work out of the box. You can use this small program to patch OneShot. + +**This guide assumes you have the Steam version of OneShot already installed, and that your system is properly configured and up-to-date.** + +## Install git + +To download this program, you'll need to install a program called git. Install git using your distribution's native package manager. + +###### Debian, Ubuntu, Mint, and derivatives +`sudo apt install git` + +###### Arch, Manjaro, and derivatives +`sudo pacman -S git` + +###### Fedora, and derivatives +`sudo dnf install git` + +###### OpenSuse, and derivatives +`sudo zypper in git` + +## Patch OneShot + +Finally, to patch OneShot, run the following command: + +``` +git clone https://github.com/Mizosu97/oneshot_linux && cd oneshot_linux && chmod +x install && install +``` + +When you get to the part where you need to use the clover app, run the `onejournal` command in your terminal instead.