From 8e9ad79a9ade392ec901f57975e808b421d2e090 Mon Sep 17 00:00:00 2001 From: tomaszkaliciak <226543@student.pwr.edu.pl> Date: Mon, 20 Aug 2018 08:31:05 +0200 Subject: [PATCH] Fix in basic_usage.rst (#168) * Fix in basic_usage.rst You have to be inside mace dir to run git fetch --- docs/user_guide/basic_usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user_guide/basic_usage.rst b/docs/user_guide/basic_usage.rst index 349eef65..64a04a7b 100644 --- a/docs/user_guide/basic_usage.rst +++ b/docs/user_guide/basic_usage.rst @@ -19,6 +19,7 @@ Here we use the mobilenet-v2 model as an example. .. code:: sh git clone https://github.com/XiaoMi/mace.git + cd mace/ git fetch --all --tags --prune # Checkout the latest tag (i.e. release version) -- GitLab