Make examples copy/paste friendly

This commit is contained in:
Lucas Bickel 2017-03-04 15:30:05 +01:00
parent 8cc262ae11
commit fba5ce1ce5
3 changed files with 22 additions and 22 deletions

View file

@ -17,9 +17,9 @@ Getting Started
The easiest way to check out LibreTime for yourself is to run a local instance in a virtual machine. Assuming you already have Git, Vagrant and Virtualbox installed, just run:
:::console
$ git clone https://github.com/libretime/libretime.git
$ cd libretime
$ vagrant up
:::bash
git clone https://github.com/libretime/libretime.git
cd libretime
vagrant up
Of course, this setup isn't appropriate for production use. For that, check out our [installation instructions](install.md).