Skip to content

Commit 73b82a3

Browse files
authored
Update README.md (#205)
1 parent 37e6ead commit 73b82a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ Foundry Local brings the power of Azure AI Foundry to your local device **withou
2626
## 🚀 Quickstart
2727

2828
1. **Install Foundry Local:**
29-
- **Windows**: Download the Foundry Local installer for your architecture (x64 or arm64):
30-
31-
- [Windows x64 Installer](https://github.com/microsoft/Foundry-Local/releases/download/v0.4.91/FoundryLocal-x64-0.4.91.9885.msix)
32-
- [Windows arm64 Installer](https://github.com/microsoft/Foundry-Local/releases/download/v0.4.91/FoundryLocal-arm64-0.4.91.9885.msix)
29+
- **Windows**: Install Foundry Local for your architecture (x64 or arm64):
30+
31+
```bash
32+
winget install Microsoft.FoundryLocal
33+
```
3334

34-
Next, open the installer and follow the on-screen instructions to complete the installation.
3535
- **MacOS**: Open a terminal and run the following command:
3636
```bash
3737
brew tap microsoft/foundrylocal
3838
brew install foundrylocal
3939
```
40-
Alternatively, you can download the macOS installer from the [releases page](https://github.com/microsoft/Foundry-Local/releases) and follow the on-screen installation instructions.
40+
Alternatively, you can download the installers from the [releases page](https://github.com/microsoft/Foundry-Local/releases) and follow the on-screen installation instructions.
4141

4242
> [!TIP]
4343
> For any issues, refer to the [Installation section](#installing) below.

0 commit comments

Comments
 (0)