README: Advertise correct branch name in channel url

This commit is contained in:
Martin Weinelt 2023-01-11 16:31:21 +01:00
parent abcf1e18d5
commit 189083d355
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -95,7 +95,7 @@ $ niv add nix-community/disko
As root run:
```console
$ nix-channel --add https://github.com/nix-community/disko/archive/main.tar.gz disko
$ nix-channel --add https://github.com/nix-community/disko/archive/master.tar.gz disko
$ nix-channel --update
```