From e7f913df0f65fe1947763f74784b11ecfa133fd7 Mon Sep 17 00:00:00 2001 From: Nathan Knowler Date: Tue, 23 Jun 2026 15:52:47 -0500 Subject: [PATCH 1/2] Use correct command for starting Trellis VM --- trellis/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trellis/installation.md b/trellis/installation.md index 1a7fb9d8..0238ceaa 100644 --- a/trellis/installation.md +++ b/trellis/installation.md @@ -143,7 +143,7 @@ Check out the following files to review the basic site configuration: ## Start your development environment ```shell -$ trellis vm up +$ trellis vm start ``` This command will start the Lima environment and provision the server. Once it's done, you can visit your development site at the URL you chose when you ran `trellis new`. From fea0c5578e730c5debfdf67d5351124045bb3f9d Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 23 Jun 2026 16:14:38 -0500 Subject: [PATCH 2/2] Update installation.md with new author and date Updated the date modified and added a new author. --- trellis/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trellis/installation.md b/trellis/installation.md index 0238ceaa..c380e790 100644 --- a/trellis/installation.md +++ b/trellis/installation.md @@ -1,10 +1,11 @@ --- -date_modified: 2026-03-06 13:00 +date_modified: 2026-06-23 13:00 date_published: 2015-10-15 12:20 description: Install Trellis for WordPress projects. Complete setup instructions covering requirements, dependencies, project initialization, and initial configuration. title: Installing Trellis for WordPress authors: - ben + - knowler - Log1x - MWDelaney - nikitasol