Skip to content

Commit 05098ab

Browse files
committed
fix README.md
1 parent 7051b90 commit 05098ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align=center>
22
NixOS-WSL<br />
33
<a href="https://matrix.to/#/#wsl:nixos.org"><img src="https://img.shields.io/matrix/wsl:nixos.org?server_fqdn=matrix.org&logo=matrix" alt="Matrix Chat" /></a>
4-
<a href="https://github.com/NixOS/nixpkgs/tree/nixos-23.11"><img src="https://img.shields.io/badge/nixpkgs-23.11-brightgreen" alt="nixpkgs 23.11" /></a>
4+
<a href="https://github.com/NixOS/nixpkgs/tree/nixos-24.05"><img src="https://img.shields.io/badge/nixpkgs-24.05-brightgreen" alt="nixpkgs 24.05" /></a>
55
<a href="https://github.com/nix-community/NixOS-WSL/releases"><img alt="Downloads" src="https://img.shields.io/github/downloads/nix-community/NixOS-WSL/total"></a>
66
</h1>
77

@@ -13,9 +13,9 @@ Modules for running NixOS on the Windows Subsystem for Linux
1313

1414
1. Enable WSL if you haven't done already:
1515

16-
- ```powershell
17-
wsl --install --no-distribution
18-
```
16+
- ```powershell
17+
wsl --install --no-distribution
18+
```
1919

2020
2. Download `nixos-wsl.tar.gz` from [the latest release](https://github.com/nix-community/NixOS-WSL/releases/latest).
2121

0 commit comments

Comments
 (0)