Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md - use %localappdata% instead of the cwd #438

Merged
merged 3 commits into from Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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