From 2e8194ec1ee5eb01833c0ce5e86d2041ec783194 Mon Sep 17 00:00:00 2001 From: Ruben Anders Date: Fri, 26 Jul 2019 10:40:09 +0200 Subject: [PATCH] Added required `cd` step in clone instructions (#1161) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index defff3340..228c63592 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ git clone --recursive https://github.com/fourtf/chatterino2.git or ``` git clone https://github.com/fourtf/chatterino2.git +cd chatterino2 git submodule update --init --recursive ```