From d6879a0c03d06979516dd4bf34691c8b0a904f98 Mon Sep 17 00:00:00 2001 From: mehes-kth <84348450+mehes-kth@users.noreply.github.com> Date: Tue, 18 May 2021 15:36:33 +0200 Subject: [PATCH] Update README.md Fix typo (can matter with copy & paste). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd81228..2787b34 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ again. Bash Headstart contains the common parts of these projects. ``` git submodule add https://github.com/tterranigma/bash-headstart scripts/vendor bash-headstart -b master ``` -2. Run `git submodule init --recusrive path/to/bash-headstart-submodule` +2. Run `git submodule init --recursive path/to/bash-headstart-submodule` 3. Copy `headstart-template` to the root of your project and rename it to fit your project. 4. Run `eval "$(./renamed-headstart-template env -)"`. -- GitLab