aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..e9b5319df553
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+PKGBUILD for graph-cli
+======================
+
+Description of graph-cli from its website
+(https://github.com/mcastorina/graph-cli)A:
+
+ A CLI utility to create graphs from CSV files.
+
+ graph-cli is designed to be highly configurable for easy and detailed graph
+ generation. It has many flags to acquire this detail and uses reasonable
+ defaults to avoid bothering the user. It also leverages chaining, so you can
+ create complex graphs from multiple CSV files.
+
+This repository only contains the PKGBUILD published on Arch User Repository.
+
+To install this package, run :
+
+```
+git clone https://github.com/mcastorina/graph-cli
+cd graph-cli
+makepkg
+```
+
+Or use an AUR helper :
+
+```
+yay -S graph-cli
+```
+