From 5a0068ff2a9460b2fb872a5722eb61d508869e9e Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Tue, 18 Jul 2017 17:39:55 +0200 Subject: Add script to run virt-bootstrap for hackers run script takes care of setting the environment variables (only PYTHONPATH so far) needed to run virt-bootstrap without installing it. This wrapper script works in the same fashion than the ones in virt-manager or libvirt projects for consistency. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1ad1329..7451421 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,12 @@ Dependencies * skopeo * virt-sandbox * libguestfs + +Hacking +------- + +To test changes without installing the package in your machine, +use the run script. For example to run virt-bootstrap, use a command +like the following one: + + ./run src/virtBootstrap/virt-bootstrap.py --help -- cgit