From ba713b760d85af75b18346cb796235dc68fda682 Mon Sep 17 00:00:00 2001 From: gaiety Date: Sat, 31 Aug 2024 19:27:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dc5bd4..02bb41e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ Misc dependencies: `git, curl` ```sh mkdir -p ~/.config/mise -curl https://git.gay/gaiety/dotfiles/raw/branch/2024-fall/dot_config/mise/config.toml -o ~/.config/mise/config.toml +curl https://git.gay/gaiety/dotfiles/raw/branch/main/dot_config/mise/config.toml -o ~/.config/mise/config.toml chezmoi init --apply git@git.gay:gaiety/dotfiles.git ```