Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Clarify PHP versions (#96)
Browse files Browse the repository at this point in the history
* Clarify PHP versions

* Fix typo
  • Loading branch information
dereuromark authored and bravo-kernel committed Feb 22, 2018
1 parent d12c5b3 commit c61ce7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ Framework agnostic virtual PHP development environment.
## What do you get?

A 64-bit virtual machine running [Ubuntu 16.04 LTS](https://wiki.ubuntu.com/LTS)
with a lot of useful [software and features](http://cakebox.readthedocs.org/en/latest/features/)
like PHP 7.1.
with a lot of useful [software and features](http://cakebox.readthedocs.org/en/latest/features/).

## Installation

Expand All @@ -41,6 +40,8 @@ vagrant plugin install vagrant-vbguest
vagrant up
```

Installed by default: PHP 5.6

Optionally upgrade your box to Ubuntu 16.04 by running:
```
vagrant ssh
Expand All @@ -49,6 +50,8 @@ exit
vagrant reload
```

You can then choose to upgrade to either PHP 7.1 or PHP 7.2.

> **Note:** the initial download of the (~2GB) box image could take some time
> so please be patient.
Expand Down

0 comments on commit c61ce7f

Please sign in to comment.