summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-01-11 19:25:08 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-11 19:25:08 +0100
commitaece2dad3e16feb6073e17a3b61dfd8d69007ecb (patch)
treedb5608dbf49e9a8d1c54a610036024c99b36d489 /README.md
parent80b239b821af73f8a74b3694cc116773d37d43d6 (diff)
downloaddebvm-aece2dad3e16feb6073e17a3b61dfd8d69007ecb.tar.gz
move the debvm-* tools to bin
The purpose of this change is adding support files to be referenced and called from these tools. Those support files shall be located in ../share and this way of locating them shall work both in-source and when installed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ccbf12..6f042d7 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ invocation.
The following two invocations will give you a shell inside a qemu virtual
machine of the native architecture, leaving all the settings at their defaults:
- ./debvm-create && ./debvm-run
+ ./bin/debvm-create && ./bin/debvm-run
What do I need?
===============