kalyc commented on a change in pull request #13267: [MXNET-1181] Added command line alternative to IntelliJ in install instructions URL: https://github.com/apache/incubator-mxnet/pull/13267#discussion_r233598684
########## File path: docs/tutorials/java/mxnet_java_on_intellij.md ########## @@ -108,6 +108,12 @@ TODO After clicking Finish, you will be presented with the project's first view. The project's `pom.xml` will be open for editing. +**IntelliJ IDEA Alternative** If you want to use only Mave to create the project, you can create a new folder and run the following in the newly created folder : +```bash Review comment: please add further clarification here: mkdir example cd example/ then run the command ---------------------------------------------------------------- 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
