From f93475c1012e59184946c84e1b080e598ae72d20 Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Wed, 14 Jun 2023 14:05:37 +0200 Subject: [PATCH] README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df553d4..fec3c88 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:** +1. 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:** +2. 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.** +3. Create `config.mk` (for common config options) and `secrets.mk` (for sensitive information, should be git-crypted) in your project. Example `config.mk`: