update readme

This commit is contained in:
Thomas Schneider 2023-06-13 16:01:48 +02:00
parent bad406febb
commit 66ff45c76d
1 changed files with 3 additions and 3 deletions

View File

@ -8,15 +8,15 @@ A simple Makefile based deployment system.
## Installation ## 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 $ 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 . $ 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`: Example `config.mk`: