You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sober/Installation/index.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,12 @@
5
5
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>
6
6
Other requirements include:
7
7
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))
9
-
- Graphics: Vulkan 1.0* or later. (or OpenGL ES 3.0 or later for OpenGL operation)
10
-
- Flatpak installed on your system.
8
+
- Hardware:
9
+
- 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))
10
+
- Graphics: Vulkan 1.0* or later. (or OpenGL ES 3.0 or later for OpenGL operation)
11
+
- Software:
12
+
- Flatpak installed on your system.
13
+
- Linux kernel 5.11+ or any other Linux kernel with seccomp support.
11
14
12
15
<pclass="tiny">[*] Vulkan 1.3 is required for "Future" graphics.<p>
13
16
@@ -58,4 +61,4 @@ To uninstall Sober, run the following command in your terminal:
58
61
$ flatpak uninstall org.vinegarhq.Sober
59
62
```
60
63
61
-
> By default, this will keep data. If you need to delete the data, pass `--delete-data` before the application ID to do so.
64
+
> By default, this will keep data. If you're having issues with Sober and you wish to fully reinstall it pass `--delete-data` before the application ID to do so.
0 commit comments