From 1528ca2de8c51f2feb3143707326e8578a29f1ee Mon Sep 17 00:00:00 2001 From: ebelcrom Date: Mon, 21 May 2018 00:04:25 +0200 Subject: [PATCH] initial commit --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3defa2e --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# shgen + +Console based shell script generator using ncurses/CDK. + +## Getting started + +These instructions will get you a copy of the project up and running on your local +machine. + +### Installing + +Get the project using git: + +``` +git clone https://binomiant.duckdns.org/MpqU9XX8/shgen.git +``` + +To build a debian package go to deb directory and run the build script: + +``` +cd shgen.git/deb +./make_deb.sh +``` + +Install the debian package via `dpkg -i` or a package manager of your flavour and then run the executable `shgen` in a terminal. -- 2.30.2