aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index dec9818..575d2e8 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,8 @@ terminal is insecure, which is what Windows RDP does regarding remote UAC consen
mkdir build
cd build
cmake ..
-sudo ./secdesktop password test # mode prompt
+chown root ./secdesk && chmod 4755 ./secdesk
+./secdesktop password test # mode prompt
```
The code is ugly: it is written in 4 hours. I will try to make it pretty.