diff --git a/docs/contrib/mac-developer-deployment-guide.md b/docs/contrib/mac-developer-deployment-guide.md index abb6303a1..b4ec1e47e 100644 --- a/docs/contrib/mac-developer-deployment-guide.md +++ b/docs/contrib/mac-developer-deployment-guide.md @@ -45,7 +45,7 @@ Homebrew is an essential package manager for macOS. Install it using: git config --global user.email "your.email@example.com" ``` -<<<<<<< HEAD + HEAD ======= ### Forking and Cloning the Repository @@ -57,7 +57,14 @@ To optimize and add logic to your instructions, particularly regarding deploying Open your terminal and execute the following commands: ```sh - # Clone the repository + git clone https://github.com//open-im-server.git + + # Set Docker bridging network mode for Mac + export DOCKER_BRIDGE_SUBNET=127.0.0.0/16 + export OPENIM_IP= + make init + docker compose up -d + make start git clone https://github.com//open-im-server.git # Set Docker bridging network mode for Mac