diff options
author | Robert Tari <robert@tari.in> | 2020-10-29 13:16:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 13:16:47 +0100 |
commit | c3f9ce66aa190654749a50babc7acd722096d464 (patch) | |
tree | 714776a0a286e19833c75cf11db90d5ae27dc244 | |
parent | b8b236024af1e9daf7251414c80339293e1b10d9 (diff) | |
download | ayatana-settings-c3f9ce66aa190654749a50babc7acd722096d464.tar.gz ayatana-settings-c3f9ce66aa190654749a50babc7acd722096d464.tar.bz2 ayatana-settings-c3f9ce66aa190654749a50babc7acd722096d464.zip |
Update README.md
-rw-r--r-- | README.md | 24 |
1 files changed, 14 insertions, 10 deletions
@@ -1,20 +1,24 @@ -## Ayatana Settings -####Info +# Ayatana Settings + +### Info Ayatana Settings allows you to configure all your Ayatana system indicators. -####Build dependencies ^[1]^ +### Build dependencies <sup>[1]</sup> -- python-polib -- python-setuptools +- python-polib <sup>[2]</sup> +- python-setuptools <sup>[2]</sup> -####Runtime dependencies ^[1]^ +### Runtime dependencies <sup>[1]</sup> - gtk3 - gobject-introspection -- python-psutil +- python-psutil <sup>[2]</sup> -[1] The package names may slightly vary among various Linux flavours -####Installation +### Installation <sup>[2]</sup> git clone https://github.com/AyatanaIndicators/ayatana-settings.git cd ayatana-settings python setup.py build - sudo python setup.py install --root=/ --optimize=1
\ No newline at end of file + sudo python setup.py install --root=/ --optimize=1 + +[1] The package names may slightly vary among various Linux flavours + +[2] Make sure "python" refers to Python 3 (e.g. python in Arch, python3 in Debian) |