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!