From f1cd2b022bb11c994a39e6ce23f02d6b7d8e17d0 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Sun, 28 Dec 2025 23:39:28 +0100 Subject: [PATCH] fix(readme): correct repo name in server config download URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7c8fd9..b6e610c 100644 --- a/README.md +++ b/README.md @@ -252,10 +252,10 @@ A lightweight tmux configuration (`.tmux-server.conf`) is available for remote s ```bash # Using curl -curl -fsSL https://raw.githubusercontent.com/boxpositron/dotfiles/main/.tmux-server.conf -o ~/.tmux.conf +curl -fsSL https://raw.githubusercontent.com/boxpositron/absolute-dotfiles/main/.tmux-server.conf -o ~/.tmux.conf # Or using wget -wget -qO ~/.tmux.conf https://raw.githubusercontent.com/boxpositron/dotfiles/main/.tmux-server.conf +wget -qO ~/.tmux.conf https://raw.githubusercontent.com/boxpositron/absolute-dotfiles/main/.tmux-server.conf ``` **If tmux is already running**, reload the config: