From 4ebbdf14cc18138e9e3a49940cd7d8958c18cf81 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 15 Jul 2021 00:40:50 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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