marcoabreu 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_r230556597
########## 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: Could we maybe rename this to incubator-mxnet instead of making use of an absolute path (in the users home directory)? The resulting line would be ``cd incubator-mxnet`` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
