Skip to content

Commit

Permalink
Fix PowerShell syntax issue in README
Browse files Browse the repository at this point in the history
If there is a leading backslash `wsl` will fail with help-text.

Fixes #606
  • Loading branch information
jarrodsfarrell authored Dec 16, 2024
1 parent dee4425 commit 8b9b640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Modules for running NixOS on the Windows Subsystem for Linux
3. Import the tarball into WSL:

- ```powershell
wsl --import NixOS $env:USERPROFILE\NixOS\ nixos-wsl.tar.gz --version 2
wsl --import NixOS $env:USERPROFILE\NixOS nixos-wsl.tar.gz --version 2
```

4. You can now run NixOS:
Expand Down

0 comments on commit 8b9b640

Please sign in to comment.