From 97818fbaf943f43fd0135a312182f4252a7ff5c2 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 17 Nov 2024 18:21:00 -0500 Subject: [PATCH] added additional install command --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1265ad7..3faefc5 100644 --- a/README.md +++ b/README.md @@ -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 .# ``` +_or_ + +```bash +darwin-rebuild switch --flake .# +``` + where `` is the particular configuration you would like to run. Non-NixOS Linux systems should be coming soon!