diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2017-09-26 15:41:52 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2017-09-26 15:41:52 +0200 |
commit | 0d7dac11d5268f0802a0816860ce7f9ff14c53ee (patch) | |
tree | 86850adc3354775142f4df9bc5eda419b5c043ed | |
parent | 0f4d539cac991f1cc805c5824f2a0082da8ee4d7 (diff) | |
download | rumba-0d7dac11d5268f0802a0816860ce7f9ff14c53ee.tar.gz rumba-0d7dac11d5268f0802a0816860ce7f9ff14c53ee.zip |
Readme: added qemu testbed dependencies
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ folder. * [QEMU](http://wiki.qemu-project.org/Main_Page) is a generic and open source machine emulator and virtualizer. + + In order to use the qemu testbed, the user should install the + following dependencies: + `sudo apt-get install bridge-utils qemu` A minimal QEMU testbed is defined as follows: |