Skip to content

Commit daa8075

Browse files
authored
Update doc.md
1 parent 247a60b commit daa8075

File tree

1 file changed

+33
-32
lines changed

1 file changed

+33
-32
lines changed

doc.md

+33-32
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
- [WebDAV同步配置](#webdav同步配置)
1414
- [客户端](#客户端)
1515
- [Windows / MacOS / Linux](#windows--macos--linux)
16-
- [Arch Linux 安装](#Arch-Linux-安装)
17-
- [配置文件](#配置文件)
1816
- [手机端](#手机端)
1917
- [服务器版](#服务器版)
2018
- [Docker版](#docker版)
2119
- [Docker-Compose版(推荐)](#docker-compose版推荐)
2220
- [通过脚本一键部署](#通过脚本一键部署)
21+
- [Arch Linux 安装](#Arch-Linux-安装)
22+
- [配置文件](#配置文件)
2323
- [Nginx反向代理(如果有域名可以考虑80端口复用)](#nginx反向代理如果有域名可以考虑80端口复用)
2424
- [开发编译](#开发编译)
2525
- [编译脚本](#编译脚本)
@@ -103,7 +103,7 @@ storage
103103

104104
`http://ip:端口/simple-web`
105105

106-
> 注意,需要另外购买授权才能使用,加入TG群了解详情
106+
> 注意,加入TG群了解详情
107107
108108
## 自定义阅读主题
109109

@@ -187,35 +187,6 @@ reader:
187187

188188
MacOS 版 `storage` 默认是 `用户目录/.reader/storage`,其它版本 `storage` 默认是 `程序目录/storage`
189189

190-
### Arch Linux 安装
191-
192-
[AUR 仓库](https://aur.archlinux.org/packages/reader-pro-bin)安装或[自建软件源](https://github.com/taotieren/aur-repo)
193-
194-
195-
```bash
196-
yay -Syu reader-pro
197-
# 开启开机自启
198-
sudo systemctl enable reader-pro-single
199-
sudo systemctl enable reader-pro-multi
200-
# 运行
201-
sudo systemctl start reader-pro-single
202-
sudo systemctl start reader-pro-multi
203-
# 状态
204-
sudo systemctl status reader-pro-single
205-
sudo systemctl status reader-pro-multi
206-
# 停止
207-
sudo systemctl stop reader-pro-single
208-
sudo systemctl stop reader-pro-multi
209-
# 停止开机自启
210-
sudo systemctl disable reader-pro-single
211-
sudo systemctl disable reader-pro-multi
212-
```
213-
214-
> Arch Linux 的存储目录是 `/var/lib/reader-pro/`
215-
216-
> Arch Linux 的配置文件是 `/usr/share/java/reader-pro/conf/application.properties`
217-
218-
219190
#### 配置文件
220191

221192
`storage/windowConfig.json`
@@ -376,6 +347,36 @@ bash <(wget -qO- --no-check-certificate https://mirror.ghproxy.com/https://raw.g
376347
377348
```
378349
350+
### Arch Linux 安装
351+
352+
> 注意,此软件源并非官方提供,后果自负
353+
354+
从 [AUR 仓库](https://aur.archlinux.org/packages/reader-pro-bin)安装或[自建软件源](https://github.com/taotieren/aur-repo)
355+
356+
357+
```bash
358+
yay -Syu reader-pro
359+
# 开启开机自启
360+
sudo systemctl enable reader-pro-single
361+
sudo systemctl enable reader-pro-multi
362+
# 运行
363+
sudo systemctl start reader-pro-single
364+
sudo systemctl start reader-pro-multi
365+
# 状态
366+
sudo systemctl status reader-pro-single
367+
sudo systemctl status reader-pro-multi
368+
# 停止
369+
sudo systemctl stop reader-pro-single
370+
sudo systemctl stop reader-pro-multi
371+
# 停止开机自启
372+
sudo systemctl disable reader-pro-single
373+
sudo systemctl disable reader-pro-multi
374+
```
375+
376+
> Arch Linux 的存储目录是 `/var/lib/reader-pro/`
377+
378+
> Arch Linux 的配置文件是 `/usr/share/java/reader-pro/conf/application.properties`
379+
379380
## Nginx反向代理(如果有域名可以考虑80端口复用)
380381
381382
```shell

0 commit comments

Comments
 (0)