Skip to content

Commit

Permalink
Update README.md to fix MacOS command with hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefengjin authored Dec 13, 2023
1 parent fc16ecd commit bd62bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Word-Add-in-AIGC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bd62bfb

Please sign in to comment.