List platform-specific steps first
We want the reader to follow the platform-specific steps first, if applicable, rather than having to read ahead or start doing something they don't need to do.
This commit is contained in:
parent
62460bdb84
commit
c13af9c93b
17
README.md
17
README.md
|
@ -17,7 +17,15 @@ Requirements
|
||||||
Install Dependencies
|
Install Dependencies
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Install the following software:
|
If you're using one of the following platforms, see the linked instructions for that platform:
|
||||||
|
|
||||||
|
- [Debian 9.x](dependency_install_steps_by_platform/Debian_9.x.md)
|
||||||
|
- [macOS 10.13.x](dependency_install_steps_by_platform/macOS_10.13.x.md)
|
||||||
|
|
||||||
|
|
||||||
|
If you're not using one of the platforms that we have specific instructions for, this is the list of
|
||||||
|
dependencies we want. Please document the steps involved and we can add another platform to the list
|
||||||
|
above!
|
||||||
|
|
||||||
- [Git](https://git-scm.com/)
|
- [Git](https://git-scm.com/)
|
||||||
- [VirtualBox](https://www.virtualbox.org/)
|
- [VirtualBox](https://www.virtualbox.org/)
|
||||||
|
@ -25,13 +33,6 @@ Install the following software:
|
||||||
- [Ansible](https://www.ansible.com/) 2.4.x or higher
|
- [Ansible](https://www.ansible.com/) 2.4.x or higher
|
||||||
- [GnuPG](https://www.gnupg.org/) 2.x (2.11.18 or greater) and make sure it is callable via `gpg2`
|
- [GnuPG](https://www.gnupg.org/) 2.x (2.11.18 or greater) and make sure it is callable via `gpg2`
|
||||||
|
|
||||||
For more detailed recommendations on steps to install these dependencies on some platforms we have
|
|
||||||
used, see the following documents:
|
|
||||||
|
|
||||||
- [Debian 9.x](dependency_install_steps_by_platform/Debian_9.x.md)
|
|
||||||
- [macOS 10.13.x](dependency_install_steps_by_platform/macOS_10.13.x.md)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Install the `vagrant-disksize` plugin to support resize of the start up disk:
|
## Install the `vagrant-disksize` plugin to support resize of the start up disk:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue