From f168b4685223f87728e9b6d78424e7010f9ec640 Mon Sep 17 00:00:00 2001 From: tsarmis <126983335+tsarmis@users.noreply.github.com> Date: Sun, 5 Mar 2023 23:21:42 +0200 Subject: [PATCH] Update README-GR.md --- docs/README-GR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-GR.md b/docs/README-GR.md index e0d6c64e8..a16a644ab 100644 --- a/docs/README-GR.md +++ b/docs/README-GR.md @@ -175,7 +175,7 @@ cd rustdesk docker build -t "rustdesk-builder" . ``` -Then, each time you need to build the application, run the following command: +Στη συνέχεια, κάθε φορά που επιθυμείτε να κάνετε build την εφαρμογή, εκτελέστε την ακόλουθη εντολή: ```sh docker run --rm -it -v $PWD:/home/user/rustdesk -v rustdesk-git-cache:/home/user/.cargo/git -v rustdesk-registry-cache:/home/user/.cargo/registry -e PUID="$(id -u)" -e PGID="$(id -g)" rustdesk-builder