Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/pages/sdk/foundry/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,19 @@ Install regular `foundryup`:

```bash
curl -L https://foundry.paradigm.xyz | bash
``:::tip Windows Users
The command above does not work on Windows. You need to use WSL (Windows Subsystem for Linux) first.

1. Open PowerShell as Administrator and run:
```bash
wsl --install
```
2. Restart your computer when prompted
3. Open **Ubuntu** from the Start menu
4. Now run the curl command above inside Ubuntu — it will work correctly

> The verification warning `Verification is still pending` that appears during deployment is normal and not an error — your contract will verify successfully within 15 seconds.
:::`

Or if you already have `foundryup` installed:

Expand Down