Rewrite vagrant/development/README to asciidoc

This commit is contained in:
Emil Lundberg
2017-10-18 11:01:29 +02:00
parent 7114410f36
commit 558dcc1a2d
2 changed files with 2 additions and 2 deletions
-16
View File
@@ -1,16 +0,0 @@
Vagrant VM for development
===
Usage:
alice@work $ cd yubico-piv-tool/vagrant/development
alice@work $ vagrant up
alice@work $ vagrant ssh
ubuntu@ubuntu-xenial $ cd /vagrant
ubuntu@ubuntu-xenial $ autoreconf --install
ubuntu@ubuntu-xenial $ ./configure
ubuntu@ubuntu-xenial $ make
ubuntu@ubuntu-xenial $ sudo make install
ubuntu@ubuntu-xenial $ yubico-piv-tool --help
ubuntu@ubuntu-xenial $ exit
alice@work $ vagrant destroy