From 70bbd79f1518e2a5184ec0757c1e3ab5b86f704e Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 27 Jan 2020 09:03:37 +0100 Subject: Make it clearer what "make repo" is meant for. Closes #3330. --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 7004610be..817e273b2 100644 --- a/README.rst +++ b/README.rst @@ -59,8 +59,9 @@ Get the full source history: Note that Cython used to ship the full version control repository in its source distribution, but no longer does so due to space constraints. To get the -full source history, make sure you have git installed, then step into the -base directory of the Cython source distribution and type:: +full source history from a downloaded source archive, make sure you have git +installed, then step into the base directory of the Cython source distribution +and type:: make repo -- cgit v1.2.1