mirror of
https://github.com/cyrus-and/gdb-dashboard.git
synced 2025-12-13 01:40:13 +00:00
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:
@@ -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:
|
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:
|
Optionally install [Pygments][] to enable syntax highlighting:
|
||||||
|
|||||||
Reference in New Issue
Block a user