From 30a401ca1297beb5278ad69a4d571ee1cfc208b2 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Fri, 3 Feb 2023 23:20:37 +0100 Subject: [PATCH] Update _index.en.md --- content/self-host/hardcode-settings/_index.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/self-host/hardcode-settings/_index.en.md b/content/self-host/hardcode-settings/_index.en.md index 46182da1..1dd79c65 100644 --- a/content/self-host/hardcode-settings/_index.en.md +++ b/content/self-host/hardcode-settings/_index.en.md @@ -5,18 +5,18 @@ weight: 49 ## Custom Server {{% notice note %}} -To hardcode custom server settings into your executables you must [build](/docs/en/dev/build/) the client youself. +To hardcode custom server settings into your executables you must [build](/docs/en/dev/build/) the client yourself. {{% /notice %}} {{% notice note %}} -**If you set eaither of these values without setting the other your executable will not work!** +**If you set either of these values without setting the other your executable will not work!** {{% /notice %}} -You can set the following enviroment variables on your os and rustdesk will use those variables when compiling your client rather than the default rustdesk.com servers. +You can set the following environment variables on your OS and rustdesk will use those variables when compiling your client rather than the default rustdesk.com servers. -If you do not know how to set an enviroment variable on your system you should be able to find documentation for your os online that will explain this. +If you do not know how to set an environment variable on your system you should be able to find documentation for your OS online that will explain this. #### RENDEZVOUS_SERVER -This variable should be set to your server url. +This variable should be set to your server URL. This should be a string such as ``` @@ -24,7 +24,7 @@ rustdesk.my-domain.com ``` #### RS_PUB_KEY -This variable will be your public key, more information on the key is aviable [Here](/docs/en/self-host/install/#key) +This variable will be your public key, more information on the key is available [here](/docs/en/self-host/install/#key). This should be a string such as ```