added additional install command

This commit is contained in:
Wyatt J. Miller 2024-11-17 18:21:00 -05:00
parent 17da032af0
commit 97818fbaf9

View File

@ -18,7 +18,7 @@ Make sure the following is installed:
If you don't have `git` installed and are running macOS, run the following command:
```bash
sudo xcode-select
sudo xcode-select --install
```
If you don't have `nix` installed and are running Linux, use the Determinate Nix Installer!
@ -57,6 +57,12 @@ For macOS systems:
nix run nix-darwin --extra-experimental-features nix-command --extra-experimental-features flakes -- switch --flake .#<hostname>
```
_or_
```bash
darwin-rebuild switch --flake .#<hostname>
```
where `<hostname>` is the particular configuration you would like to run.
Non-NixOS Linux systems should be coming soon!