From af32875a9096be9ced1de4c08de8520f36003819 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 12 Apr 2023 18:15:56 +0200 Subject: [PATCH] Readme: supplement to Update README-de.md README-en.md was not considered btw. git clone https://github.com/dbt1/build.git is still valid. It was only renamed because there was a risk of confusion since the directory build/ was named very similarly. --- README-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index 852d035..3726796 100644 --- a/README-en.md +++ b/README-en.md @@ -37,7 +37,7 @@ git config --global user.user "Your Name" > ### 1. Clone init script. ```bash git clone https://github.com/dbt1/buildenv.git -cd build +cd buildenv ``` > ### 2. Execute init script