Skip to content

Commit

Permalink
Fix name of Ubuntu prerequisite
Browse files Browse the repository at this point in the history
Change name to gir1.2-appindicator3-0.1.  Tested on Ubuntu 22.04.4 LTS
and Ubuntu 20.04.6 LTS.
  • Loading branch information
kenstir committed Aug 24, 2024
1 parent d98d154 commit 2afa5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/devguide/tutorials/01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You might need to add `~/.local/bin` to your PATH.
#### Runtime libraries and tools

sudo apt install python3-libtorrent python3-geoip python3-dbus python3-gi \
python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3 python3-pygame libnotify4 \
python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3-0.1 python3-pygame libnotify4 \
librsvg2-common xdg-utils

## Setup development environment
Expand Down

0 comments on commit 2afa5dd

Please sign in to comment.