aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-10 23:28:18 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-10 23:28:18 +0000
commitcd5ea3e038308bb1955b19beaaa93c214496a821 (patch)
treeac048c6f7b8abe2fd645d4faeb4c43700e4d52e9 /Vagrantfile
parent8638f32c4624d8d7b225eaf43333ba926c5acaf0 (diff)
downloadCompiler-cd5ea3e038308bb1955b19beaaa93c214496a821.tar.gz
Compiler-cd5ea3e038308bb1955b19beaaa93c214496a821.zip
Added more doc and added to vagrantfile
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 1f53d5d..501a680 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -51,5 +51,8 @@ Vagrant.configure(2) do |config|
# QEMU run-time emulator
sudo apt-get -y install qemu
+ # Tidy command
+ sudo apt-get -y install tidy
+
SHELL
end