feat: update README

This commit is contained in:
Ryan Yin
2023-07-29 20:48:57 +08:00
parent c472654934
commit 7dc223a77e

View File

@@ -85,12 +85,15 @@ For NixOS, use the following commands:
```bash
# deploy one of the configuration based on the hostname
sudo nixos-rebuild switch --flake .#ai_i3
# sudo nixos-rebuild switch --flake .#ai_hyprland
# we can also deploy using `make`, which is defined in Makefile
make i3
make i3 # deploy my pc with i3 window manager
# make hypr # deploy my pc with hyprland compositor
# or we can deploy with details
make i3-debug
# make hypr-debug
```
For MacOS, use the following commands: