From bd62bfb2562246afb5448b0640724cc60862d297 Mon Sep 17 00:00:00 2001 From: Steve-MSFT <151117136+stevefengjin@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:23:05 +0800 Subject: [PATCH] Update README.md to fix MacOS command with hyphen --- Word-Add-in-AIGC/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Word-Add-in-AIGC/README.md b/Word-Add-in-AIGC/README.md index c8d8176..e6eadd1 100644 --- a/Word-Add-in-AIGC/README.md +++ b/Word-Add-in-AIGC/README.md @@ -37,7 +37,7 @@ To run the sample on desktop, please follow the steps provided below. ``` - For MacOS: ``` - bash <(curl –s –L aka.ms/wordaddin/aigc_mac) + bash <(curl -L -s aka.ms/wordaddin/aigc_mac) ``` This script works in Windows or MacOS, and it will automatically execute all the required steps for running the sample and opening the code for viewing and editing. The steps include: - Install Node.js, npm, git if they are not found on your machine.