Skip to content

Commit b6c8506

Browse files
authored
Merge pull request #184 from heschy2/flatpakspelling
2 parents ab62d7c + f03fbba commit b6c8506

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

docs/de/install.md

+12
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ Es gibt zwei Pakete für Arch Linux, die von der Community gepflegt werden. Das
4141

4242
Zettlr ist als `AppImage` Bundle für Linux-Systeme verfügbar und kann auf unserer [Downloadseite](https://www.zettlr.com/download) heruntergeladen werden. Für mehr Informationen über das Installieren von AppImage Bundles empfehlen wir den offiziellen [Leitfaden auf appimage.org](https://appimage.org/).
4343

44+
### Flatpak
45+
46+
Zettlr ist als `Flatpak` für Linux-Systeme verfügbar und kann auf [Flathub](https://flathub.org/apps/com.zettlr.Zettlr) heruntergeladen werden. Außerdem ist es von Vorteil, wenn du auch die `texlive`-Erweiterung für Flatpak installierst, da diese die Verwendung von LaTeX ermöglicht. LaTeX wird von Zettlr benötigt um z.B. Dateien als PDF zu exportieren.
47+
48+
Die Installation von Zettlr kann auch komplett auf der Konsole ausgeführt werden, wenn Flatpak bereits [eingerichtet wurde](https://flathub.org/setup):
49+
50+
```bash
51+
flatpak install flathub com.zettlr.Zettlr org.freedesktop.Sdk.Extension.texlive
52+
```
53+
> Um LaTeX nicht zu installieren, entferne `org.freedesktop.Sdk.Extension.texlive` aus dem Befehl. Beachte aber bitte, dass du dann nicht in der Lage bist, Funktionen zu verwenden, die LaTeX benötigen.
54+
55+
4456
## Das Programm aktualisieren
4557

4658
Jedes Mal, wenn du Zettlr startest, überprüft es, ob du die aktuellste Version hast. Du kannst auch manuell nach Updates suchen, wenn du auf Hilfe --> Auf Updates überprüfen klickst. Wenn eine neue Version verfügbar ist, zeigt dir Zettlr eine Box mit einigen Hinweisen an. Du kannst dann die Version herunterladen und installieren.

docs/en/getting-started/setup.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Zettlr aims to be resource-friendly. However, there are a few minimum requiremen
1313
* Ubuntu 12.04 or newer
1414
* Fedora 24 or newer
1515
* Arch Linux
16-
* Any distribution supported by AppImages or Flatpack
16+
* Any distribution supported by AppImages or Flatpak
1717
* Processor: 1GHz Dual-Core Intel 64 bit or better (32 bit is not supported)
1818
* On Linux, an equivalent ARM 64 bit processor is supported
1919
* On macOS, Apple Silicon (M1, M2, etc.) is supported
@@ -68,13 +68,13 @@ Thanks to community efforts, Zettlr is available as a regular package for Arch L
6868

6969
Zettlr is available as an [AppImage](https://appimage.org/) bundle for Linux. To install it, download the package from our [download page](https://www.zettlr.com/download). To install the AppImage, place the file into a directory of your choice, make it executable, and begin using it.
7070

71-
### Flatpack
71+
### Flatpak
7272

73-
Zettlr is available as a [Flatpack](https://flathub.org/home). To install the Flatpack version, download it from [Zettlr's FlatHub page](https://flathub.org/apps/details/com.zettlr.Zettlr) and follow the setup instructions.
73+
Zettlr is available as a [Flatpak](https://flathub.org/home). To install the Flatpak version, download it from [Zettlr's FlatHub page](https://flathub.org/apps/details/com.zettlr.Zettlr) and follow the setup instructions.
7474

7575
!!! note
7676

77-
The Flatpack cannot access your file system by default. To give it access to your documents, you must first configure that with a package like, for example, [Flatseal](https://flathub.org/apps/details/com.github.tchx84.Flatseal). In case of problems, please get in contact with the Flatpack maintainer on the [corresponding GitHub repository](https://github.com/flathub/com.zettlr.Zettlr). Do not file reports on the main repository – we won't be able to help you.
77+
The Flatpak cannot access your file system by default. To give it access to your documents, you must first configure that with a package like, for example, [Flatseal](https://flathub.org/apps/details/com.github.tchx84.Flatseal). In case of problems, please get in contact with the Flatpak maintainer on the [corresponding GitHub repository](https://github.com/flathub/com.zettlr.Zettlr). Do not file reports on the main repository – we won't be able to help you.
7878

7979
## Updating Zettlr
8080

docs/fr/installing-latex.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ sudo dnf install texlive-scheme-medium
5656
$ sudo dnf install texlive-scheme-full
5757
```
5858

59-
### Flatpack
59+
### Flatpak
6060
Installez le plugin texlive pour Flatpak (attention, il s'agit de la version complète et elle est assez volumineuse) :
6161

6262
```shell

0 commit comments

Comments
 (0)