Changes for page Quick Start

Last modified by Paul Hoadley on 2025/01/30 02:09

From version 77.2
edited by Paul Hoadley
on 2023/12/25 09:22
Change comment: There is no comment for this version
To version 77.3
edited by Paul Hoadley
on 2023/12/25 09:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,7 +14,7 @@
14 14  = Setup =
15 15  
16 16  (% class="auto-cursor-target" %)
17 -You need to install Maven.
17 +You need to install Maven:
18 18  
19 19  (% class="auto-cursor-target" %)
20 20  {{{$ cd ~/Applications
... ... @@ -23,7 +23,7 @@
23 23  $ ln -s apache-maven-3.9.6 apache-maven
24 24  }}}
25 25  
26 -Add ##bin## to your path in your shell's startup file, say ##~~/.zshrc##.
26 +Add ##bin## to your path in your shell's startup file, say ##~~/.zshrc##:
27 27  
28 28  {{{PATH=$PATH:/Users/paulh/Applications/apache-maven-3.9.6/bin
29 29  }}}
... ... @@ -37,7 +37,7 @@
37 37  }}}
38 38  
39 39  (% class="auto-cursor-target" %)
40 -Finally, add ~~/.m2/settings.xml:
40 +Finally, add ##~~/.m2/settings.xml##:
41 41  
42 42  (% class="auto-cursor-target" %)
43 43  {{{<settings xmlns="http://maven.apache.org/POM/4.0.0"