fix release argument in all languages

This commit is contained in:
Christian Schmied
2023-05-02 16:57:26 +02:00
parent b75d7f35d8
commit edeb3d6702
10 changed files with 10 additions and 10 deletions

View File

@@ -33,4 +33,4 @@ Or, if you're running a release executable:
target/release/rustdesk
```
Please ensure that you are running these commands from the root of the RustDesk repository, otherwise the application may be unable to find the required resources. Also note that other cargo subcommands such as `install` or `run` are not currently supported via this method as they would install or run the program inside the container instead of the host.
Please ensure that you are running these commands from the root of the RustDesk repository, otherwise the application may be unable to find the required resources. Also note that other cargo subcommands such as `install` or `run` are not currently supported via this method as they would install or run the program inside the container instead of the host.