From 3000a4cefd5fe20742c88f7240d0599bcb3814a7 Mon Sep 17 00:00:00 2001 From: Jon Sugar Date: Tue, 1 Mar 2022 16:57:38 +0000 Subject: [PATCH] update installation instructions to reflect the new major version --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d3b1b754..435278e7 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ Lambo is a command-line tool that replaces the Laravel installer and wraps up th # Installation ```bash -composer global require tightenco/lambo:^1.0 +composer global require tightenco/lambo:^2.0 ``` # Upgrading