aboutsummaryrefslogtreecommitdiff
path: root/vagrant/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 11:06:55 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 11:06:55 +0100
commitba6ccc46514dba5103a3eb328632f429ebd53f7b (patch)
tree6930424735a8c8cb81396136944a16048ecbb397 /vagrant/README.md
parentUpdated README. (diff)
downloadnewspipe-ba6ccc46514dba5103a3eb328632f429ebd53f7b.tar.gz
newspipe-ba6ccc46514dba5103a3eb328632f429ebd53f7b.tar.bz2
newspipe-ba6ccc46514dba5103a3eb328632f429ebd53f7b.zip
Updated README.
Diffstat (limited to 'vagrant/README.md')
-rw-r--r--vagrant/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/vagrant/README.md b/vagrant/README.md
deleted file mode 100644
index 2a83dd2c..00000000
--- a/vagrant/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-Vagrant installer for pyAggr3g470r
-==================================
-
-Installation of VirtualBox and Vagrant
---------------------------------------
-
- $ sudo apt-get install virtualbox
- $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3_x86_64.deb
- $ sudo dpkg -i vagrant_1.6.3_x86_64.deb
-
-Deployment of pyAggr3g470r in a Vagrant VM
-==========================================
-
- $ cd vagrant/
- $ vagrant up
bgstack15