Skip to content

Commit

Permalink
微调 (#4)
Browse files Browse the repository at this point in the history
* Add files via upload (#1)

小白0基础详细教程-linux快速上手

小白快速上手教程-linux-纯命令行

细节微调

小白快速上手教程-linux-纯命令行 (#2)

* Add files via upload

小白0基础详细教程-linux快速上手

* 小白快速上手教程-linux-纯命令行

* Add files via upload (#2)

小白0基础详细教程-linux快速上手

小白快速上手教程-linux-纯命令行

细节微调

小白快速上手教程-linux-纯命令行 (#2)

* Add files via upload

小白0基础详细教程-linux快速上手

* 小白快速上手教程-linux-纯命令行

* 细节微调
  • Loading branch information
by123456by authored Jul 10, 2022
1 parent 08dc2e9 commit 97870fb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/biliup/Guide-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ffmpeg version 4.2.7-0ubuntu0.1 Copyright (c) 2000-2022 the FFmpeg developers
……内容较多略过……
```

- 安装nodejs(可选,录制斗鱼需要)
- 安装nodejs

```shell
sudo apt install nodejs
Expand Down Expand Up @@ -111,6 +111,12 @@ biliup --version
v0.3.0
```

- 在保存文件的目录下创建配置文件

本文以“**/home**”文件夹为例子,其他文件夹请自行替换

此目录将保存录播文件、配置文件、登录文件,配置文件本文以toml格式为例,并使用最小配置,biliup同时支持yaml格式,yaml和完整配置后续会出教程

- 下载biliup-rs

https://github.com/ForgQi/biliup-rs/releases 查看最新版本根据系统和架构选择对应文件,本文使用的服务器为linux x86_64
Expand All @@ -130,11 +136,6 @@ mv -fb ./biliupR*/* ./
rm -rf ./biliupR*
```

- 在保存文件的目录下创建配置文件

此目录将保存录播文件,配置文件,配置文件本文以toml格式为例,并使用最小配置,biliup同时支持yaml格式,yaml和完整配置后续会出教程

本文以“**/home**”文件夹为例子,其他文件夹请自行替换

```shell
sudo touch /home/config.toml
Expand Down

0 comments on commit 97870fb

Please sign in to comment.