Skip to content

Commit

Permalink
Added dev.to article and fixed WSL link
Browse files Browse the repository at this point in the history
  • Loading branch information
martinovicdev committed Nov 24, 2023
1 parent 0ad67a9 commit bec316b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ curl -sSL https://get.wasp-lang.dev/installer.sh | sh

With Wasp for Windows, we are almost there: Wasp is successfully compiling and running on Windows but there is a bug or two stopping it from fully working. Check it out [here](https://github.com/wasp-lang/wasp/issues/48) if you are interested in helping.

In the meantime, the best way to start using Wasp on Windows is by using [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10). Once you set up Ubuntu on WSL, just follow Linux instructions for installing Wasp. If you need further help, reach out to us on [Discord](https://discord.gg/rzdnErX) - we have some community members using WSL that might be able to help you.

In the meantime, the best way to start using Wasp on Windows is by using [WSL](https://learn.microsoft.com/en-us/windows/wsl/install). Once you set up Ubuntu on WSL, just follow Linux instructions for installing Wasp. You can refer to this [article](https://dev.to/wasp/supercharge-your-windows-development-the-ultimate-guide-to-wsl-195m) if you prefer a step by step guide to using Wasp in WSL environment. If you need further help, reach out to us on [Discord](https://discord.gg/rzdnErX) - we have some community members using WSL that might be able to help you.
:::caution
If you are using WSL2, make sure that your Wasp project is not on the Windows file system, but instead on the Linux file system. Otherwise, Wasp won't be able to detect file changes, due to the [issue in WSL2](https://github.com/microsoft/WSL/issues/4739).
:::
Expand Down

0 comments on commit bec316b

Please sign in to comment.