From f597a392b2e9599792e329cbc34ab0500c875b6a Mon Sep 17 00:00:00 2001 From: Venkatesh Babu <154209057+vbabuEM@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:35:11 +0530 Subject: [PATCH] Update user_guide.md with instructions for mac --- docs/user_guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user_guide.md b/docs/user_guide.md index fe2060a..7aadfcb 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -246,6 +246,7 @@ Refer to the [core specification](https://github.com/beckn/protocol-specificatio ## Running Beckn-ONIX locally - In order for people new to Beckn who want to try out Beckn on their own machine, choose the option to "Set up a network on your local machine" in the main screen. The all in one installation has preconfigured values for variables and so pretty much does not ask for any input. +- In order to run the installation on a Macintosh computer, run the following command in the terminal where you run the install before you start the installation. `export DOCKER_DEFAULT_PLATFORM=linux/amd64`. Ensure you close the terminal after installation, so this setting does not affect other docker containers you might install. ## Upgrading to a new version