Skip to content

Commit 0fddd33

Browse files
committed
Update README.md
1 parent d940062 commit 0fddd33

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,31 @@ Build OpenWrt using GitHub Actions
1212

1313
- Click the [Use this template](https://github.com/P3TERX/Actions-OpenWrt/generate) button to create a new repository.
1414
- Generate `.config` files using [Lean's OpenWrt](https://github.com/coolsnowwolf/lede) source code. ( You can change it through environment variables in the workflow file. )
15-
- Push `.config` file to the GitHub repository, and the build starts automatically.Progress can be viewed on the Actions page.
15+
- Push `.config` file to the GitHub repository.
16+
- Select `Build OpenWrt` on the Actions page.
17+
- Click the `Run workflow` button.
1618
- When the build is complete, click the `Artifacts` button in the upper right corner of the Actions page to download the binaries.
1719

18-
### Tips
20+
## Tips
1921

20-
It may take a long time to create a `.config` file and build the OpenWrt firmware. Thus, before create repository to build your own firmware, you may check out if others have already built it which meet your needs by simply [search `Actions-Openwrt` in GitHub](https://github.com/search?q=Actions-openwrt).
21-
22-
Add some meta info of your built firmware (such as firmware architecture and installed packages) to your repository introduction, this will save others' time.
22+
- It may take a long time to create a `.config` file and build the OpenWrt firmware. Thus, before create repository to build your own firmware, you may check out if others have already built it which meet your needs by simply [search `Actions-Openwrt` in GitHub](https://github.com/search?q=Actions-openwrt).
23+
- Add some meta info of your built firmware (such as firmware architecture and installed packages) to your repository introduction, this will save others' time.
2324

2425
## Acknowledgments
2526

26-
- [Microsoft](https://www.microsoft.com)
2727
- [Microsoft Azure](https://azure.microsoft.com)
28-
- [GitHub](https://github.com)
2928
- [GitHub Actions](https://github.com/features/actions)
29+
- [OpenWrt](https://github.com/openwrt/openwrt)
30+
- [Lean's OpenWrt](https://github.com/coolsnowwolf/lede)
3031
- [tmate](https://github.com/tmate-io/tmate)
3132
- [mxschmitt/action-tmate](https://github.com/mxschmitt/action-tmate)
3233
- [csexton/debugger-action](https://github.com/csexton/debugger-action)
33-
- [Cisco](https://www.cisco.com/)
34-
- [OpenWrt](https://github.com/openwrt/openwrt)
35-
- [Lean's OpenWrt](https://github.com/coolsnowwolf/lede)
3634
- [Cowtransfer](https://cowtransfer.com)
3735
- [WeTransfer](https://wetransfer.com/)
3836
- [Mikubill/transfer](https://github.com/Mikubill/transfer)
37+
- [softprops/action-gh-release](https://github.com/softprops/action-gh-release)
38+
- [c-hive/gha-remove-artifacts](https://github.com/c-hive/gha-remove-artifacts)
39+
- [dev-drprasad/delete-older-releases](https://github.com/dev-drprasad/delete-older-releases)
3940

4041
## License
4142

0 commit comments

Comments
 (0)