We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29fbb0 commit bb1d894Copy full SHA for bb1d894
articles/ai-foundry/foundry-local/get-started.md
@@ -58,10 +58,10 @@ Get started fast with Foundry Local:
58
winget install Microsoft.FoundryLocal
59
```
60
- **macOS**: Open a terminal and run the following command:
61
- `bash
62
-brew tap microsoft/foundrylocal
63
-brew install foundrylocal
64
-`
+ ```bash
+ brew tap microsoft/foundrylocal
+ brew install foundrylocal
+ ```
65
Alternatively, you can download the installer from the [Foundry Local GitHub repository](https://aka.ms/foundry-local-installer).
66
67
1. **Run your first model**. Open a terminal and run this command:
0 commit comments