You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/03 15:29:43 UTC

[GitHub] kohr-h commented on a change in pull request #13101: [Doc] Fix repo paths in Ubuntu build doc

kohr-h commented on a change in pull request #13101: [Doc] Fix repo paths in Ubuntu build doc
URL: https://github.com/apache/incubator-mxnet/pull/13101#discussion_r230558740
 
 

 ##########
 File path: docs/install/ubuntu_setup.md
 ##########
 @@ -161,24 +161,24 @@ For other libraries, visit the [Math Library Selection](build_from_source.html#m
 If building on CPU and using OpenBLAS:
 
 ```bash
-    git clone --recursive https://github.com/apache/incubator-mxnet.git
-    cd mxnet
+    git clone --recursive https://github.com/apache/incubator-mxnet.git ~/mxnet
+    cd ~/mxnet
 
 Review comment:
   ok

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services