From 05322b489673ad90057c4c780185e2af71fd3e11 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Wed, 6 Jun 2018 13:39:17 +0200 Subject: [PATCH] Fix git submodule update in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c9319..e585917 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pimpybot Make sure to clone recursively: `git clone --recursive ssh://git@sijmenschoon.nl:221/sijmen/pimpybot.git`. -If you forgot, just run `git submodule init --update` after cloning. +If you forgot, just run `git submodule update --init` after cloning. ## Set-up Copy `config.py.example` to `config.py`, and edit it as the comments say.