Update _index.en.md

This commit is contained in:
Mr-Update 2023-07-16 18:52:25 +02:00 committed by GitHub
parent a3e271954c
commit 36ba35b02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ This build uses GitHub Actions, you will need a GitHub account, also building ca
## Make a fork
Goto https://github.com/rustdesk/rustdesk/fork and click "Create fork".
Go to https://github.com/rustdesk/rustdesk/fork and click "Create fork".
## Set your environment variables (optional)
@ -19,7 +19,7 @@ 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.**
{{% /notice %}}
On your fork you just created goto "Settings -> Secrets and variables -> Actions".
On your fork you just created go to "Settings -> Secrets and variables -> Actions".
Click "New repository secret", for the name put RENDEZVOUS_SERVER, for the secret put your servers name/ip address.
@ -31,11 +31,11 @@ Click "Add secret".
## Enable workflows
On your fork you just created goto "Settings -> Actions -> General".
On your fork you just created go to "Settings -> Actions -> General".
On the right, select "Allow all actions and reusable workflows".
Once workflows are enabled you can goto “Actions”.
Once workflows are enabled you can go to “Actions”.
On the left, select "Flutter Nightly Build". Then on the right, click "Enable workflow".
@ -43,7 +43,7 @@ Finally you can click "Run workflow" to build the RustDesk clients for all of th
## Enable upload permissions for workflows
On your fork you just created goto "Settings -> Actions -> General".
On your fork you just created go to "Settings -> Actions -> General".
Scroll down and under Workflow permissions enable "Read and write permissions".
@ -51,4 +51,4 @@ Scroll down and under Workflow permissions enable "Read and write permissions".
After the workflow is done running you can download the packages it built.
Goto the main page of your fork, on the right click "Releases". The packages you just built will show up under "Nightly".
Go to the main page of your fork, on the right click "Releases". The packages you just built will show up under "Nightly".