From c3f9ce66aa190654749a50babc7acd722096d464 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 29 Oct 2020 13:16:47 +0100 Subject: Update README.md --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5c4478b..26d8cf7 100644 --- a/README.md +++ b/README.md @@ -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 [1] -- python-polib -- python-setuptools +- python-polib [2] +- python-setuptools [2] -####Runtime dependencies ^[1]^ +### Runtime dependencies [1] - gtk3 - gobject-introspection -- python-psutil +- python-psutil [2] -[1] The package names may slightly vary among various Linux flavours -####Installation +### Installation [2] 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) -- cgit v1.2.3