From 3be888efc5246c8bc28d6a48a8c1f7f9645e7390 Mon Sep 17 00:00:00 2001 From: Jan Babor Date: Fri, 29 Apr 2016 14:22:55 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index bf4e31a..b5135f9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,2 +1,7 @@ #Documentation -Each subfolder withholds the choosen dokumentation including installation instruction and examples on useage. \ No newline at end of file +Each subfolder withholds the choosen dokumentation including installation instruction and examples on useage. + +## How to Update +Since this project consist of multiple sub projects I've had some issues deciding how to structure the project for a simple update process. + +To simplify the proccess for me, I've decided to simply devide everything and leave a changelog and update instructions in every subprojects client folder. This way you won't miss any information related to that subproject and it will be simple for me to keep the track off all changes with out skimming a general changelog.