Skip to content

Commit 73b7c14

Browse files
authored
feat: Add Aptitude install instructions
1 parent e87e824 commit 73b7c14

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/en/getting-started/setup.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,22 @@ To install Zettlr on macOS, download the DMG-file from our [download page](https
5050

5151
### Ubuntu/Debian
5252

53-
To install Zettlr on Ubuntu or Debian derivatives, download the `deb`-package from our [download page](https://www.zettlr.com/download) and execute the file.
53+
On Debian and Ubuntu as well as derivative distributions, you can install Zettlr using our APT repository.
54+
55+
You can find all install instructions on [apt.zettlr.com](https://apt.zettlr.com/). Simply add our repository:
56+
57+
```bash
58+
curl -s --compressed "https://apt.zettlr.com/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zettlr_apt.gpg > /dev/null
59+
sudo curl -s --compressed -o /etc/apt/sources.list.d/zettlr.list "https://apt.zettlr.com/zettlr.list"
60+
sudo apt update
61+
sudo apt install zettlr
62+
```
63+
64+
!!! note
65+
66+
These instructions may change in the future. Please always refer to the [APT repository](https://apt.zettlr.com/), which always contains the correct and up-to-date instructions.
67+
68+
If your distribution does not support aptitude, or you want to manually install the file, you can download the `deb`-package from our [download page](https://www.zettlr.com/download) and execute the file.
5469

5570
### Fedora
5671

0 commit comments

Comments
 (0)