From 80f2e1e347bdea94a3793c12ebebf9bd35d8c41a Mon Sep 17 00:00:00 2001 From: Kavish <100059563+Kxvish@users.noreply.github.com> Date: Thu, 28 Jul 2022 15:58:01 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03b829a3f..346600f61 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ 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 might not be able 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. ## File Structure