From 7dc223a77e5da1be67a6e7a853057fcdf60bd790 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 29 Jul 2023 20:48:57 +0800 Subject: [PATCH] feat: update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd3fcd5..c7b646e3 100644 --- a/README.md +++ b/README.md @@ -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: