diff --git a/content/dev/build/all/_index.en.md b/content/dev/build/all/_index.en.md index dc22c8b..d333ac5 100644 --- a/content/dev/build/all/_index.en.md +++ b/content/dev/build/all/_index.en.md @@ -1,5 +1,5 @@ --- -title: All with Github Actions +title: All with GitHub Actions weight: 35 --- @@ -16,7 +16,7 @@ Goto https://github.com/rustdesk/rustdesk/fork and click "Create fork". {{% notice note %}} You only need to do this if you want to change the default server and public key. -The server URL and key you are using is hidden from other users on Github however they can download your client and connect to your server. If you require a fully private repo you can import the rustdesk client repo using https://github.com/new/import. **If you use a private repo you have limited amounts of builds you can create per month, if you need more you will need to have a paid Github account.** +The server URL and key you are using is hidden from other users on GitHub however they can download your client and connect to your server. If you require a fully private repo you can import the RustDesk client repo using https://github.com/new/import. **If you use a private repo you have limited amounts of builds you can create per month, if you need more you will need to have a paid GitHub account.** {{% /notice %}} On your fork you just created goto "Settings -> Secrets and variables -> Actions". @@ -39,7 +39,7 @@ Once workflows are enabled you can goto “Actions”. On the left, select "Flutter Nightly Build". Then on the right, click "Enable workflow". -Finally you can click "Run workflow" to build the rustdesk clients for all of the supported platforms. +Finally you can click "Run workflow" to build the RustDesk clients for all of the supported platforms. ## Enable upload permissions for workflows