aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-06-24 22:40:25 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-06-24 22:40:25 +0200
commit0f8a822069dcf161e274eb516a51a5838469450f (patch)
tree69979cffa1967604a26d5cb8b26968bf54343f2c
parent7f4eae8b8af60b3aecce8cada460dcc95202e0c9 (diff)
downloadRWA.Support.DesktopApp-0f8a822069dcf161e274eb516a51a5838469450f.tar.gz
RWA.Support.DesktopApp-0f8a822069dcf161e274eb516a51a5838469450f.tar.bz2
RWA.Support.DesktopApp-0f8a822069dcf161e274eb516a51a5838469450f.zip
Fixed README.md instructions
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index dba8ad7..cfa69a7 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ qmake should have made a `Makefile` now which can be used by `make` to build an
### Test your new executable
-1. `./rwa.support.desktopapp`
+1. `./rwa-support-desktopapp`
Installation of dev-environment
@@ -68,7 +68,7 @@ Installation of dev-environment
3. Navigate to your cloned 'rwa.support.desktopapp' git directory
-4. Select `rwa.support.desktopapp.pro` file
+4. Select `rwa-support-desktopapp.pro` file
### In Qt Creator while in RWA.Support.DesktopApp project:
@@ -85,7 +85,7 @@ Installation of dev-environment
3. Make sure a executable file is selected
-4. Its usually `<build-dir>/../build-rwa.support.desktopapp-Desktop-Debug/rwa.support.desktopapp`
+4. Its usually `<build-dir>/../build-rwa-support-desktopapp-Desktop-Debug/rwa-support-desktopapp`
5. (Make sure that you tried to build the project at least once, or else the folder won't exist yet)