diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |