From 66ff45c76d66834c1a36aa8d605d953f24b83e05 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 13 Jun 2023 16:01:48 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54f8de6..df553d4 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ A simple Makefile based deployment system. ## Installation -Clone **make-deploy** as a submodule into your repository: +**Clone make-deploy as a submodule into your repository:** $ git submodule add https://git.chefkoch.net/pub/make-deploy -Create a symlink to the Makefile: +**Create a symlink to the Makefile:** $ ln -s make-deploy/Makefile . -Create `config.mk` (for common config options) and `secrets.mk` (for sensitive information, should be git-crypted) in your project. +**Create `config.mk` (for common config options) and `secrets.mk` (for sensitive information, should be git-crypted) in your project.** Example `config.mk`: