From 1164bebee4fcb6dbd2e5634f131b3bc20c95def2 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 26 Jul 2023 00:47:36 +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 d8d800cd..9fbb92f5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,10 @@ For NixOS, use the following commands: sudo nixos-rebuild switch --flake . # we can also deploy using `make`, which is defined in Makefile -make deploy +make i3 + +# or we can deploy with details +make debug_i3 ``` For MacOS, use the following commands: