From 487bf3abe51770abfe54cbe0905bf5f727351b65 Mon Sep 17 00:00:00 2001 From: Castro0o Date: Fri, 23 Mar 2018 13:45:49 +0100 Subject: [PATCH] template in Readme --- README | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README b/README index 83eff8c..c35a539 100644 --- a/README +++ b/README @@ -1,8 +1,28 @@ # OuNuPo Make (Description of makefile) - ## License -# Authors +## Authors + + +# Install +`git clone https://git.xpub.nl/repos/OuNuPo-make.git` + + +# Make commands + +## N+7 (example) Author +Description: Replaces every word with the 7th next word in a dictionary. + +run: `make N+7` + +dependencies: +* a +* b +* c + + + +