Skip to content

Commit

Permalink
Change git remote to https
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 26, 2024
1 parent b3c9841 commit 60ad7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ After rebooting proceed with the [next section](#nixos-config-setup).
#### NixOS config setup

```shell
sudo nix run github:rake5k/nixcfg#setup -- git@github.com:rake5k/nixcfg.git
sudo nix run github:rake5k/nixcfg#setup -- https://github.com/rake5k/nixcfg.git
```

### Non-NixOS
Expand All @@ -176,7 +176,7 @@ sh <(curl -L https://nixos.org/nix/install) --no-channel-add --no-modify-profile

```shell
# Set up this Nix configuration
nix run github:rake5k/nixcfg#setup -- git@github.com:rake5k/nixcfg.git
nix run github:rake5k/nixcfg#setup -- https://github.com/rake5k/nixcfg.git

# set login shell
chsh -s /bin/zsh
Expand Down

0 comments on commit 60ad7cd

Please sign in to comment.