Skip to content

Commit

Permalink
mention enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Isenberg committed Feb 24, 2017
1 parent 51a3b26 commit 16efb19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ For more detailed instructions, see [Deploy](/docs/deploy.md) and [Configure](/d
# DC/OS Versions
Official release of DC/OS can be found at <http://dcos.io/releases/>
By default, DC/OS Vagrant uses the latest **stable** version of DC/OS.
To use a newer **early access** version, specify the version explicitly (must be in the [list of known releases](dcos-versions.yaml)):
Expand All @@ -47,16 +49,14 @@ export DCOS_VERSION=1.9.0-rc1
vagrant up
```
To use a bleeding edge **master** or custom build, download the installer yourself, place it under the dcos-vagrant directory, and configure DC/OS Vagrant to use it:
To use a bleeding edge **master**, **enterprise**, or **custom** build, download the installer yourself, place it under the dcos-vagrant directory, and configure DC/OS Vagrant to use it:
```
export DCOS_GENERATE_CONFIG_PATH=dcos_generate_config-1.9.0-dev.sh
export DCOS_CONFIG_PATH=etc/config-1.9.yaml
vagrant up
```
Official release of DC/OS can be found at <http://dcos.io/releases/>
# DC/OS Vagrant Documentation
Expand Down

0 comments on commit 16efb19

Please sign in to comment.