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 + + + +