diff --git a/trellis/installing-trellis.md b/trellis/installing-trellis.md index 15988634..8ff22ad7 100644 --- a/trellis/installing-trellis.md +++ b/trellis/installing-trellis.md @@ -38,9 +38,21 @@ example.com/ # → Root folder for the project See a complete working example in the [roots-example-project.com repo](https://github.com/roots/roots-example-project.com). -1. Create a new project directory: `$ mkdir example.com && cd example.com` -2. Clone Trellis: `$ git clone --depth=1 git@github.com:roots/trellis.git && rm -rf trellis/.git` -3. Clone Bedrock: `$ git clone --depth=1 git@github.com:roots/bedrock.git site && rm -rf site/.git` -4. Install the Ansible Galaxy roles: `$ cd trellis && ansible-galaxy install -r requirements.yml` +1. Create a new project directory: +```plain +$ mkdir example.com && cd example.com +``` +2. Clone Trellis: +```plain +$ git clone --depth=1 git@github.com:roots/trellis.git && rm -rf trellis/.git +``` +3. Clone Bedrock: +```plain +$ git clone --depth=1 git@github.com:roots/bedrock.git site && rm -rf site/.git +``` +4. Install the Ansible Galaxy roles: +```plain +$ cd trellis && ansible-galaxy install -r requirements.yml +``` Windows user? [Read the Windows docs](https://roots.io/trellis/docs/windows/) for slightly different installation instructions. VirtualBox is known to have poor performance in Windows — use VMware or [see some possible solutions](https://discourse.roots.io/t/virtualbox-performance-in-windows/3932). \ No newline at end of file