From e7423696af8afe94773bb87ec5b1e1c1d8ee1e88 Mon Sep 17 00:00:00 2001 From: Trevor Sullivan Date: Thu, 13 Jun 2019 07:53:22 -0700 Subject: [PATCH] Added git URL to git clone command --- docs/docs/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/installation.rst b/docs/docs/installation.rst index 8499b94c..1070a030 100644 --- a/docs/docs/installation.rst +++ b/docs/docs/installation.rst @@ -62,7 +62,8 @@ Manual installation from GitHub If you prefer not to use an automated package installer, you can clone the source from GitHub and install it manually. To install it, run these commands:: - git clone --recurse-submodules + git clone --recurse-submodules https://github.com/davidhalter/jedi + cd jedi sudo python setup.py install Inclusion as a submodule