From f00ca903a8ecb4226a0ae193f9e6076c205b7a17 Mon Sep 17 00:00:00 2001 From: Fatih Altun Date: Mon, 24 Apr 2023 13:53:42 +0300 Subject: [PATCH] Update README.md --- README.md | 52 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index a5ff769..6b868f0 100644 --- a/README.md +++ b/README.md @@ -4,27 +4,37 @@ Pardus Package Installer is a application for install, uninstall or view deb pac It is currently a work in progress. Maintenance is done by Pardus team. -## Dependencies: - -* This application is developed based on Python3 and GTK+ 3. Dependencies: - - ```gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 python3-apt``` - -## Run Application from Source - -* Install dependencies : - * ```gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 python3-apt``` -* Clone the repository : - * ```git clone https://github.com/pardus/pardus-package-installer.git ~/pardus-package-installer``` -* Run application : - * ```python3 ~/pardus-package-installer/src/main.py``` - -## Build deb package - -* `sudo apt install devscripts git-buildpackage` -* `sudo mk-build-deps -ir` -* `gbp buildpackage --git-export-dir=/tmp/build/pardus-package-installer -us -uc` - -## Screenshots +## **Dependencies** + +This application is developed based on Python3 and GTK+ 3. Dependencies: +```bash +gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 python3-apt +``` + +### **Run Application from Source** + +Install dependencies +```bash +gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 python3-apt +``` +Clone the repository +```bash +git clone https://github.com/pardus/pardus-package-installer.git ~/pardus-package-installer +``` +Run application +```bash +python3 ~/pardus-package-installer/src/Main.py +``` + +### **Build deb package** + +```bash +sudo apt install devscripts git-buildpackage +sudo mk-build-deps -ir +gbp buildpackage --git-export-dir=/tmp/build/pardus-package-installer -us -uc +``` + +### **Screenshots** ![Pardus Package Installer 1](screenshots/pardus-package-installer-1.png)