mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 14:29:17 +00:00
add debian/ubuntu package
This commit is contained in:
20
docs/installation.md
vendored
20
docs/installation.md
vendored
@@ -3,6 +3,8 @@
|
||||
* [As a submodule](#as-a-submodule)
|
||||
* [PyPI package](#pypi-package)
|
||||
* [Homebrew package](#homebrew-package)
|
||||
* [Debian unstable (sid)](#debian)
|
||||
* [Ubuntu lunar (23.04)](#ubuntu)
|
||||
* [AUR packages](#aur-packages)
|
||||
* [Snap package](#snap-package)
|
||||
* [From source](#from-source)
|
||||
@@ -159,6 +161,24 @@ Install dotdrop from Homebrew with:
|
||||
$ brew install dotdrop
|
||||
```
|
||||
|
||||
## Debian
|
||||
|
||||
[Debian package](https://packages.debian.org/sid/dotdrop)
|
||||
|
||||
Install dotdrop
|
||||
```bash
|
||||
sudo apt install dotdrop
|
||||
```
|
||||
|
||||
## Ubuntu
|
||||
|
||||
[Ubuntu package](https://packages.ubuntu.com/lunar/dotdrop)
|
||||
|
||||
Install dotdrop
|
||||
```bash
|
||||
$ sudo apt install dotdrop
|
||||
```
|
||||
|
||||
## Aur packages
|
||||
|
||||
Dotdrop is available on aur:
|
||||
|
||||
Reference in New Issue
Block a user