Skip to content

Commit 6b8b928

Browse files
committed
update readme
2 parents b7e1f0f + a35cc17 commit 6b8b928

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Special thanks to related projects:
66

77
## Usage
88

9-
1. `Fork` this repository.
9+
1. `Fork` this repository. Switch to the `openwrt` branch for a clean build.
1010
2. Customize your firmware in `settings/.config` file. (optional)
1111
3. `Commit` changes and `push` to GitHub to trigger the workflow.
1212
4. Make a cup of coffee, and wait for the build to finish (about 1 hour).

README_zhCN.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
#### 2. `Fork` 此代码库.
1818

19+
`main` 分支是个人定制的固件, 如果想使用纯净版或其他源需要切换到对应的分支:
20+
- [OpenWrt 官方源](https://github.com/muhac/openwrt-action/tree/openwrt)
21+
- [ImmortalWrt](https://github.com/muhac/openwrt-action/tree/immortal)
22+
- [Lean Lede](https://github.com/muhac/openwrt-action/tree/leanlede)
23+
1924
#### 3. 定制固件:
2025

2126
##### 更改 OpenWrt 源
@@ -40,7 +45,6 @@
4045
#### 4. 大功告成.
4146

4247
> ### 如何下载到编译完成的固件?
43-
44-
集成编译环境会自动开始编译. 在代码库首页, 点击页面上方的 `Actions` 按钮就可以查看进度.
45-
46-
如果相应的集成活动顺利完成 (显示为绿色), 点击页面右上方的 `Artifacts` 即可看到你的固件 (通常是一个压缩包). 点击即可开始下载.
48+
>
49+
> 集成编译环境会自动开始编译. 在代码库首页, 点击页面上方的 `Actions` 按钮就可以查看进度.
50+
> 如果相应的集成活动顺利完成 (显示为绿色), 点击页面右上方的 `Artifacts` 即可看到你的固件 (通常是一个压缩包). 点击即可开始下载.

0 commit comments

Comments
 (0)