summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-09-23 14:37:02 +0100
committerrafa_99 <rafa99@protonmail.com>2020-09-23 14:37:02 +0100
commit1955f267936441e9cf93faecf2b33b35a8a561fe (patch)
tree58aebab1dd273c9d93e167b1ca12bfb6a9a66214
parentc645a90f3c48a32f73a3f555775d83e67ae4f0b6 (diff)
Updated MD Files
-rw-r--r--README.md29
-rw-r--r--TODO.md1
2 files changed, 27 insertions, 3 deletions
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 <command>`
+
+### 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