From 8c7e051f8dd9bb05526ea08c3574f8da38c448c9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 1 Sep 2016 11:30:44 +0200 Subject: [PATCH] Updated dev docs as we removed all submodules --- doc/development/setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development/setup.rst b/doc/development/setup.rst index e00844beee..0d842ddcbd 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -5,9 +5,9 @@ The development setup Obtain a copy of the source code -------------------------------- -Just clone our git repository including its submodules:: +You can just clone our git repository:: - git clone --recursive https://github.com/pretix/pretix.git + git clone https://github.com/pretix/pretix.git cd pretix/ External Dependencies