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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -96,15 +96,15 @@ Restic-Browser [OPTIONS]
96
96
- macOS 10.13 or later
97
97
98
98
#### Linux:
99
-
- Linux with GLIBC_2.31 or later (e.g. Ubuntu 20.04 or later)
100
-
- WebKit2 (install via `apt install libwebkit2gtk-4.0` on Ubuntu)
101
-
- Try using the Linux appimage from the prebuilt releases, in case libwebkit2gtk-4.0 is not available on your system.
99
+
- Linux with GLIBC_2.35 or later (e.g. Ubuntu 22.04 or later)
100
+
- WebKit2 (install via `apt install libwebkit2gtk-4.1` on Ubuntu)
101
+
- Try using the Linux appimage from the prebuilt releases, in case libwebkit2gtk-4.1 is not available on your system.
102
102
103
103
## Development
104
104
105
105
### Dependencies
106
106
107
-
* Follow the [Tauri Prerequisites Docs](https://tauri.app/v1/guides/getting-started/prerequisites/) to install a *C/C++ toolchain* and *Rust* 1.78 or later for your platform.
107
+
* Follow the [Tauri Prerequisites Docs](https://tauri.app/start/prerequisites/) to install a *C/C++ toolchain* and *Rust* 1.78 or later for your platform.
108
108
* Make sure [npm](https://nodejs.org/en/download)*Node* 18 LTS or later is installed.
109
109
* Install [restic](https://github.com/restic/restic/releases/) and make sure it is included in your $PATH.
0 commit comments