summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-12 13:59:03 +0200
committergjoranv <gv@oath.com>2018-07-12 13:59:03 +0200
commitd9579a24fa868b1fad208833f24631fc6a080fc7 (patch)
tree57f22b8b43c0ef604dd9fc597e9ca930608159aa /vagrant
parent0312cd17d88fa23bbf87aa666ae957b4862de904 (diff)
Use triple backtick instead of indent for code section
.. to avoid the necessary extra newline that is tempting to remove
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/vagrant/README.md b/vagrant/README.md
index dfc9106b5f8..3af8db0d68c 100644
--- a/vagrant/README.md
+++ b/vagrant/README.md
@@ -26,10 +26,10 @@ Create centos7-desktop box:
* Install packer by following guide at [packer.io](https://www.packer.io/intro/getting-started/install.html)
* Clone boxcutter centos repo and build the box:
-
-
- git clone https://github.com/boxcutter/centos.git
- ./bin/box build centos7-desktop.json virtualbox
+```
+git clone https://github.com/boxcutter/centos.git
+./bin/box build centos7-desktop.json virtualbox
+```
Example exports: