Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ python3 -m pip install --user pipx
python3 -m userpath append ~/.local/bin
```

Then install gdbgui with pipx:
Restart/re-source your console to make sure the userpath is up to date.

Then, install gdbgui with pipx:

```
pipx install gdbgui
Expand Down