ChaiBapchya commented on a change in pull request #12881: Improve the Clojure Package README to Make it Easier to Get Started URL: https://github.com/apache/incubator-mxnet/pull/12881#discussion_r226808234
########## File path: contrib/clojure-package/README.md ########## @@ -118,37 +121,41 @@ Checkout the latest SHA from the main package: If you need to checkout a particular release you can do it with: -`git checkout tags/1.3.0 -b release-1.3.0` +`git checkout tags/<tag_name> -b <branch_name>` `git submodule update --init --recursive` -Sometimes it useful to use this script to clean hard -https://gist.github.com/nicktoumpelis/11214362 +Sometimes it useful to use this script to clean hard using this [gist](https://gist.github.com/nicktoumpelis/11214362) Review comment: it is* ---------------------------------------------------------------- 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
