fix: git.io is no longer valid

Change "git.io/.gdbinit" to "https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit".
This commit is contained in:
M81
2024-01-31 10:51:10 +08:00
committed by Andrea Cardaci
parent c0c9bd1e33
commit b96e429c0d

View File

@@ -11,7 +11,7 @@ GDB dashboard is a standalone `.gdbinit` file written using the [Python API][] t
Just place [`.gdbinit`][] in your home directory, for example with:
```
wget -P ~ https://git.io/.gdbinit
wget -P ~ https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit
```
Optionally install [Pygments][] to enable syntax highlighting: