From 998c1af702fd375b54efe033a22ccf3bf74bf112 Mon Sep 17 00:00:00 2001 From: Billy Griffiths <billy.griffiths@gmail.com> Date: Mon, 13 Feb 2023 09:41:44 +0000 Subject: [PATCH] How to install Magento locally --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 82c6561..7ddfcaf 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,8 @@ +# Installing Magento locally + +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` # Magento 2 Bob Go Shipping Extension -- GitLab