From 60579095376e41f12fbe012faf561f0c93a51b00 Mon Sep 17 00:00:00 2001
From: Billy Griffiths <billy.griffiths@gmail.com>
Date: Mon, 13 Feb 2023 10:19:04 +0000
Subject: [PATCH] Update Readme.md

---
 Readme.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Readme.md b/Readme.md
index 1bfa58a..a5a7ef3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,10 +2,11 @@
 
 **Note:** For more information, visit https://github.com/markshust/docker-magento
 
-1. Create a new folder, ie: `Documents/Magento`
-2. `cd` into the folder 
-3. Run command `curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- bobgomagento.test 2.4.4-p1 community`
-4. When askd for the username and password, provide the public and private key: 
+1. Make sure you have `composer` installed globally and a GitHub personal access token configured using `composer global config github-oauth.github.com <YOUR_PERSONAL_ACCESS_TOKEN>`
+2. Create a new folder, ie: `Documents/Magento`
+3. `cd` into the folder 
+4. Run command `curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- bobgomagento.test 2.4.4-p1 community`
+5. When askd for the username and password, provide the public and private key: 
 
 - Public key: `98b4828a495e7e0e13d80d8bf94f3b1c`
 - Private key: `082ced46919bffe1b6db0f96de96d608`
-- 
GitLab