docs: fix darwin-rebuild command (#1869)
Fixing the `darwin-rebuild --switch` command on the manual to `darwin-rebuild switch` because the `--switch` flag does not exists.
This commit is contained in:
parent
6245dd11cf
commit
de1fa8defb
|
@ -230,7 +230,7 @@ home-manager.users.eve = { pkgs, ... }: {
|
|||
};
|
||||
----
|
||||
|
||||
and after a `darwin-rebuild --switch` the user eve's environment
|
||||
and after a `darwin-rebuild switch` the user eve's environment
|
||||
should include a basic Bash configuration and the packages atool and
|
||||
httpie.
|
||||
|
||||
|
|
Loading…
Reference in a new issue