diff --git a/docs/src/getting-started/installation.md b/docs/src/getting-started/installation.md index 46a0a7f1a..6fac37e1d 100644 --- a/docs/src/getting-started/installation.md +++ b/docs/src/getting-started/installation.md @@ -19,6 +19,13 @@ brew tap ethereum-optimism/tap brew install supersim ``` +If you are on WSL, install brew using + +```sh +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +``` +and then run the commands given earlier. + ## 3. Start `supersim` in vanilla mode ```sh