Skip to content

Commit

Permalink
Update README.md - use %localappdata% instead of the cwd (#438)
Browse files Browse the repository at this point in the history
* Update README.md - use %localappdata% instead of the cwd, remove --version 2

* Update README.md - use %userprofile% instead of %localappdata%

* Update install.md with the same change
  • Loading branch information
noamraph committed Mar 15, 2024
1 parent e0b9e6c commit d42bd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Modules for running NixOS on the Windows Subsystem for Linux
2. Import the tarball into WSL:

- ```powershell
wsl --import NixOS .\NixOS\ nixos-wsl.tar.gz --version 2
wsl --import NixOS %userprofile%\NixOS\ nixos-wsl.tar.gz
```

3. You can now run NixOS:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/install.md
Expand Up @@ -12,7 +12,7 @@ First, [download the latest release](https://github.com/nix-community/NixOS-WSL/
Then open up a Terminal, PowerShell or Command Prompt and run:

```powershell
wsl --import NixOS .\NixOS\ nixos-wsl.tar.gz --version 2
wsl --import NixOS %userprofile%\NixOS\ nixos-wsl.tar.gz
```

This sets up a new WSL distribution `NixOS` that is installed under
Expand Down

0 comments on commit d42bd4e

Please sign in to comment.