Skip to content

Commit

Permalink
update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Mar 27, 2024
1 parent 4124e25 commit 90d43b0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
16 changes: 15 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,21 @@ The Macos version provides a .dmg file, which can be installed by double-clickin
## Linux

Currently, only the `.deb` installation package is provided for Linux. If you have other Linux distribution requirements, you can go to the issue for help, or compile it yourself.
## Linux

- Flatpak

```sh
flatpak install flathub com.gopeed.Gopeed
```

- Snap

```sh
sudo snap install gopeed
```

Beyond that, there are also `.deb` and `.AppImage` installation packages, which can be downloaded and installed as needed.

## Android

Expand Down
14 changes: 13 additions & 1 deletion docs/zh/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,19 @@ Macos 版本提供了`.dmg`文件,双击即可安装,安装包支持`intel`
## Linux

Linux 目前只提供了`.deb`安装包,如果你有其它 Linux 发行版的需求,可以去提 issue 寻求帮助,或者自行编译。
- Flatpak

```sh
flatpak install flathub com.gopeed.Gopeed
```

- Snap

```sh
sudo snap install gopeed
```

除此之外,还提供了`.deb``.AppImage`两种安装包,可以自行选择下载安装。

## Android

Expand Down

0 comments on commit 90d43b0

Please sign in to comment.