docs: fix git remote url in readme
This commit is contained in:
parent
26ad72592a
commit
8d72d6fe47
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ else.
|
||||||
If you're me, and the machine you're installing on has a configuration, it's as simple as:
|
If you're me, and the machine you're installing on has a configuration, it's as simple as:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone forgejo@cirno.with.al:shadows_withal/nix-config.git ~/nix-config
|
git clone git@nazrin.limited:source/nix-config.git ~/nix-config
|
||||||
cd ~/nix-config
|
cd ~/nix-config
|
||||||
nix-shell
|
nix-shell # or `nix shell` if nix was installed using the flake-enabled installer
|
||||||
nh os switch
|
nh os switch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue