From 1955f267936441e9cf93faecf2b33b35a8a561fe Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Wed, 23 Sep 2020 14:37:02 +0100 Subject: Updated MD Files --- README.md | 29 +++++++++++++++++++++++++++-- TODO.md | 1 - 2 files changed, 27 insertions(+), 3 deletions(-) delete mode 100644 TODO.md diff --git a/README.md b/README.md index 1413d5a..a2af466 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ -# pkg +# PKG +All in one package manager. -All in one package manager \ No newline at end of file +This is a C wrapper that integrates with the prebuilt package managers in various Operating Systems. The purpose of this wrapper is to enable a easier package management without having to know the flags and options of every package manager. + +## How to use + +`pkg ` + +### Commands + +* **c** *clean* - configure an email account + +* **h** *help* - shows help message + +* **i** *install* - installs selected packages + +* **q** *query* - display installed packages + +* **r** *remove* - remove a selected package + +* **s** *search* - look up for a package in the available repositories + +* **u** *update* - updates repos and packages + +## Authors: + +* Rafael Marçalo diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 61451fa..0000000 --- a/TODO.md +++ /dev/null @@ -1 +0,0 @@ -* Man Page -- cgit v1.2.3