Skip to content

Commit bb1d894

Browse files
authored
Fix formatting for macOS installation commands
1 parent b29fbb0 commit bb1d894

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-foundry/foundry-local/get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ Get started fast with Foundry Local:
5858
winget install Microsoft.FoundryLocal
5959
```
6060
- **macOS**: Open a terminal and run the following command:
61-
`bash
62-
brew tap microsoft/foundrylocal
63-
brew install foundrylocal
64-
`
61+
```bash
62+
brew tap microsoft/foundrylocal
63+
brew install foundrylocal
64+
```
6565
Alternatively, you can download the installer from the [Foundry Local GitHub repository](https://aka.ms/foundry-local-installer).
6666

6767
1. **Run your first model**. Open a terminal and run this command:

0 commit comments

Comments
 (0)