Skip to content

Commit

Permalink
doc: update install
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Jan 30, 2024
1 parent 53160f6 commit 0ae3401
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
18 changes: 10 additions & 8 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,27 @@
1. Go to the official website to download, which will automatically select the corresponding version according to your operating system.
2. Go to GitHub to download, and you can choose the corresponding version to download by yourself.

## Windows Installation
## Windows

Windows has two distributions, one is a portable version, and the other is an installer version. The portable version does not need to be installed, just unzip it and run it. The installer version needs to be installed, and the installation process is the same as other software.

> The file name of the portable version is: Gopeed-v1.x.x-windows-amd64-portable.zip
## Macos Installation
## Macos

The Macos version provides a .dmg file, which can be installed by double-clicking. The installation package supports two architectures: intel and apple silicon.

## Linux Installation
> Tips: If the macos open failed, please execute the `xattr -d com.apple.quarantine /Applications/Gopeed.app` command in the terminal
## 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.

## Android Installation
## Android

The Android version provides a `.apk` file, which can be downloaded and installed directly, and supports all CPU architectures.

## iOS Installation
## iOS

Currently, only the `.ipa` file is provided for the iOS platform, which needs to be signed and installed by itself. It is recommended to use [TrollStore](https://github.com/opa334/TrollStore) for installation.

Expand All @@ -33,7 +35,7 @@ Currently, only the `.ipa` file is provided for the iOS platform, which needs to
>
> Because there is no money! The project is purely for love and power generation. If enough sponsorship can be obtained, it will be listed on TestFlight immediately. So please support us more. Open source is not easy. Thank you!
## Web Installation
## Web

If you need a remote download service, you can consider using the Web version. Gopeed provides Web versions for various platforms. You can download them according to your system and CPU architecture.

Expand Down Expand Up @@ -93,7 +95,7 @@ It also supports configuration through configuration files. Create a `config.jso
> Note: If you are deploying on a public IP, it is recommended to enable identity authentication, otherwise there will be security risks.
## Docker Installation
## Docker
One line of command:
Expand All @@ -119,7 +121,7 @@ If you need to enable identity authentication, you can pass command line paramet
docker run --name gopeed -d -p 9999:9999 -v /path/to/download:/root/Downloads -v /path/to/storage:/app/storage liwei2633/gopeed -u admin -p 123456
```
## Command Line Installation
## Command Line
The command line version depends on the `Golang` environment. If you do not have the `Golang` environment installed, you can refer to [here](https://golang.org/doc/install) for installation.
Expand Down
18 changes: 10 additions & 8 deletions docs/zh/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,27 @@
1. 前往 [官网](https://gopeed.com) 下载,会根据你的操作系统自动选择对应的版本进行下载。
2. 前往 [GitHub](https://github.com/GopeedLab/gopeed/releases) 下载,可以自行选择对应的版本进行下载。

## Windows 安装
## Windows

Windows 分为两个版本,一个是`安装包`版本还有一个是`免安装`版本,大家可以根据自己的喜好进行选择。

> 免安装版本文件名为:`Gopeed-v1.x.x-windows-amd64-portable.zip`
## Macos 安装
## Macos

Macos 版本提供了`.dmg`文件,双击即可安装,安装包支持`intel``apple silicon`两种架构。

## Linux 安装
> 注:macos 版本运行如果提示损坏,请在终端执行 `xattr -d com.apple.quarantine /Applications/Gopeed.app` 命令
## Linux

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

## Android 安装
## Android

Android 版本提供了`.apk`文件,可以直接下载安装,支持所有的 CPU 架构。

## iOS 安装
## iOS

目前 iOS 平台只提供了`.ipa`文件,需要自行签名安装,推荐使用[TrollStore(巨魔商店)](https://github.com/opa334/TrollStore)进行安装。

Expand All @@ -33,7 +35,7 @@ Android 版本提供了`.apk`文件,可以直接下载安装,支持所有的
>
> 因为没钱!项目纯为爱发电,如果能得到足够的赞助,会立刻上架到 TestFlight,所以请多多支持,开源不易,感谢!
## Web 安装
## Web

如果你需要一个远程下载服务,那么可以考虑使用 Web 版本,Gopeed 提供了各个平台的 Web 版本,你可以根据自己的系统和 cpu 架构进行下载。

Expand Down Expand Up @@ -93,7 +95,7 @@ Usage of C:\Users\liwei\Downloads\gopeed-web-v1.3.13-windows-amd64\gopeed.exe:
> 注:如果你是在公网 ip 上进行部署,建议启用身份认证,否则会有安全风险。
## Docker 安装
## Docker
直接一行命令即可运行:
Expand All @@ -119,7 +121,7 @@ docker run --name gopeed -d -p 9999:9999 -v /path/to/download:/root/Downloads -v
docker run --name gopeed -d -p 9999:9999 -v /path/to/download:/root/Downloads -v /path/to/storage:/app/storage liwei2633/gopeed -u admin -p 123456
```
## 命令行安装
## 命令行
命令行版本需要依赖`Golang`环境,如果你没有安装`Golang`环境,可以参考[这里](https://golang.org/doc/install)进行安装。
Expand Down

0 comments on commit 0ae3401

Please sign in to comment.