Skip to content

Commit b770e16

Browse files
authored
Merge pull request #5004 from samuel100/samuel100/brew-install-instructions
include brew install for mac users
2 parents 97109fb + f038631 commit b770e16

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,18 @@ Also, ensure you have administrative privileges to install software on your devi
3535

3636
Get started with Foundry Local quickly:
3737

38-
1. [**Download Foundry Local Installer**](https://aka.ms/foundry-local-installer) and **install** by following the on-screen prompts.
39-
> [!TIP]
40-
> If you're installing on Windows, you can also use `winget` to install Foundry Local. Open a terminal window and run the following command:
41-
>
42-
> ```powershell
43-
> winget install Microsoft.FoundryLocal
44-
> ```
38+
1. **Install Foundry Local**
39+
- **Windows**: Open a terminal and run the following command:
40+
```bash
41+
winget install Microsoft.FoundryLocal
42+
```
43+
- **macOS**: Open a terminal and run the following command:
44+
```bash
45+
brew tap microsoft/foundrylocal
46+
brew install foundrylocal
47+
```
48+
Alternatively, you can download the installer from the [Foundry Local GitHub repository](https://aka.ms/foundry-local-installer).
49+
4550
1. **Run your first model** Open a terminal window and run the following command to run a model:
4651

4752
```bash

0 commit comments

Comments
 (0)