diff --git a/README.md b/README.md index 489ad61..bde434a 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ A collection of makefiles for every imaginable use * Add this repository as a GIT submodule of your project ``` - git submodule add + git submodule add https://github.com/glenux/makefiles-forever .makefiles ``` * Include needed features in your makefile ``` - -include path/to/makefiles-forever/feature.mk + -include .makefiles/featureA.mk + -include .makefiles/featureB.mk + # ... ``` ## Good practices