Skip to content

Commit 59fad1a

Browse files
authored
Changes to wording/fixes in grammar and spelling (#147)
* Update index.md Basic grammatical and spelling corrections and some added information Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com> * Update index.md Slight change. Just made a sentence read a bit better. Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com> * Update index.md Slight touchup to a sentence. Specified that it is the Android release, to avoid misinterpetation by users coming from Windows etc in which it is ALSO called the Roblox Player. Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com> * Update index.md Corrected a spelling error I didn't catch Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com> --------- Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com>
1 parent a360fc7 commit 59fad1a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/Sober/Home/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Welcome to the community-maintained documentation of Sober
1616

17-
- Sober is an experimental software interoperability layer, which lets users run *Roblox Player* on Linux.
17+
- Sober is an experimental software interoperability layer, which lets users run the **Android release of Roblox** on Linux.
1818
- The homepage and installation page for Sober can be found [here](https://sober.vinegarhq.org/).
1919
- The documentation is open source, however the software is closed source for various reasons. The documentation can be accessed [on its GitHub repo](https://github.com/vinegarhq/vinegarhq.github.io).
20-
> **Note**: Due to the closed source nature of Sober, documentation is limited by the community's public knowledge. As a result, documentation may not be fully accurate.
20+
> **Note**: Due to the closed source nature of Sober, documentation is limited by the community's public knowledge. As a result, documentation may not be fully accurate.

src/Sober/Installation/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Before using Sober, there are some requirements for your setup to be able to run Sober. The requirements are based on [Roblox's official minimum requirements for mobile](https://en.help.roblox.com/hc/en-us/articles/203625474).<br>
66
Other requirements include:
77

8-
- Processor: x86-64 CPU **with SEE4.2 support** (see the corresponding [FAQ question](../FAQ/index.md#How-do-I-know-I-meet-the-requirements-to-run-Sober))
8+
- Processor: x86-64 CPU **with SSE4.2 support** (see the corresponding [FAQ question](../FAQ/index.md#How-do-I-know-I-meet-the-requirements-to-run-Sober))
99
- Graphics: Vulkan 1.0* or later. (or OpenGL ES 3.0 or later for OpenGL operation)
1010
- Flatpak installed on your system.
1111

@@ -14,7 +14,7 @@ Other requirements include:
1414
> Sober is not distributed anywhere else but our self-hosted Flatpak repository.<br>
1515
If you don’t have Flatpak installed on your system, you can install it by going to [Flatpak's setup page](https://flatpak.org/setup/) and following the guide there.
1616

17-
> At this time, Sober is not available for ARM64 devices at this time
17+
> At this time, Sober is not available for ARM64 devices
1818
1919
## Instructions
2020
### To install
@@ -24,25 +24,25 @@ Once you have Flatpak installed on your system, you can either download the Flat
2424
$ flatpak install --user https://sober.vinegarhq.org/sober.flatpakref
2525
```
2626

27-
Then in it should appear in your app grid on GNOME or your Application Launcher on KDE/Cinnamon. Open it up and if everything works out, you should see the bootstrapper installation screen.
27+
After installation, Sober should appear in your app grid on GNOME or your Application Launcher on KDE/Cinnamon. Open it up and if everything works out, you should see the bootstrapper installation screen.
2828

2929
There are two installation types: **Automatic** and **Manual**. By default, **Automatic** installation is already checked when you first install Sober. It should be left checked unless you know what you're doing.
3030

3131

3232
#### Manual installation
3333
To use the manual installation, you need to download an APK. You should take note on which version of the APK Sober is asking.
3434

35-
> You can download an APK from a trustworthy APK site or mirror. Make sure the service you're using is trustworthy and hasn't tampered with the APK. In case of doubt, you should use the automatic installation instead.
35+
> You can download an APK from a trustworthy APK site or mirror. Make sure the service you're using is trustworthy and hasn't tampered with the APK. If an APK that has been tampered with is supplied to Sober, it should refuse it, but do not rely on Sober to keep your computer clear of malware ridden APKs. In case of doubt, you should use the automatic installation instead.
3636
3737
Once the APK is downloaded, select the APK from the file picker and Roblox should now be installed onto Sober.
3838

3939
> If you downloaded an APK that contains the base and the x86-64 split individually, make sure that **both** of the APKs are selected, otherwise it will not be able to install.
4040
4141
## Post-Install
4242

43-
Like the official Roblox client, there really isn't anything that you can configure by default outside of the app. But the [tips](../../SUMMARY.md) page is here to help you with some helpful things you might want such as FFlags or bringing the old Oof sound back.
43+
Like the official Roblox client, there really isn't anything that you can configure by default outside of the app. But the [tips](../../SUMMARY.md) page is here to help you with some things you might want such as FFlags or bringing the old Oof sound back.
4444

45-
## Reinstalling Rolbox
45+
## Reinstalling Roblox
4646
To reinstall Roblox, run the follwing command on your terminal:
4747

4848
```console
@@ -58,4 +58,4 @@ To uninstall Sober, run the following command on your terminal:
5858
$ flatpak uninstall org.vinegarhq.Sober
5959
```
6060

61-
> By default, this will keep data onto the disk. If you need to delete the data, pass `--delete-data` before the application ID to do so.
61+
> By default, this will keep data. If you need to delete the data, pass `--delete-data` before the application ID to do so.

src/Sober/Troubleshooting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ If all else fails, use OpenGL instead by enabling it through the config file.
179179

180180
### I can't use slash (/) to enter chat!
181181

182-
Roblox broke the keybind to enter chat on Android builds, specifically on games with legacy chat. There's no way for the Sober devs to readd the keybind. Games that use the modern chat system should work fine.
182+
Roblox broke the keybind to enter chat on Android builds, specifically on games with legacy chat. Only Roblox themselves can fix this, there is nothing the Sober developers can do. Games that use the modern chat system should work fine.
183183

184184
> Roblox plans to remove legacy chat [by April 30, 2025](https://devforum.roblox.com/t/update-on-legacy-chat-deprecation-and-textchatservice-migration/3376880) and force all games to the new chat system.

0 commit comments

Comments
 (0)