fix(readme): correct repo name in server config download URLs

This commit is contained in:
David Ibia
2025-12-28 23:39:28 +01:00
parent 83dcbc04e4
commit f1cd2b022b

View File

@@ -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: