mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-04 14:56:13 +00:00
fix typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Hardcoding Custom Settings
|
||||
title: Hardcoding Custom Settings
|
||||
weight: 49
|
||||
---
|
||||
|
||||
@@ -11,7 +11,7 @@ To hardcode custom server settings into your executables you must [build](/docs/
|
||||
**If you set either of these values without setting the other, your executable will not work!**
|
||||
{{% /notice %}}
|
||||
|
||||
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.
|
||||
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 environment variable on your system you should be able to find documentation for your OS online that will explain this.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user