diff --git a/README.md b/README.md index 4e721c6..343929d 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ curl -fsSL https://raw.githubusercontent.com/UndiedGamer/pfcreator/refs/heads/ma ``` 2. Source your shell profile (`.bashrc`, `.zshrc`, etc.) or create a new terminal instance to use the `pfcreator` command. -#### Windows +### Windows 1. Enable [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install). 2. Open Ubuntu or your distro of choice in Windows Terminal or from Start Menu. 3. Follow Linux steps. > [!IMPORTANT] -> WSL ships with gcc/g++ but python does not, you might have to install python inside WSL. +> WSL ships with gcc/g++ but it does not ship with python, you might have to install python inside WSL. ### 2. Set Up Your Files