@@ -64,22 +64,22 @@ GSAS2MAIN installer for MacOS
6464For ARM (M1,...) MacOS use a command such as::
6565
6666 g2="https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2main-Latest-MacOSX-arm64.sh"
67- curl -L "$g2" > /tmp/g2.sh; bash /tmp/g2.sh -b -p <install-loc>
67+ curl -L "$g2" > /tmp/g2.sh; bash /tmp/g2.sh -b -p ~/g2main
6868
6969For older Intel MacOS use a command such as::
7070
7171 g2="https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2main-Latest-MacOSX-x86_64.sh"
72- curl -L "$g2" > /tmp/g2.sh; bash /tmp/g2.sh -b -p <install-loc>
72+ curl -L "$g2" > /tmp/g2.sh; bash /tmp/g2.sh -b -p ~/g2main
7373
7474
7575* This ``MacOSX-x86_64.sh `` installer will also run on "Apple
7676 Silicon" processors, but runs significantly more slowly.
7777
78- Note that in the above, `<install-loc> ` is where you want to install
79- the software. (Use of ``~/g2main ``, a subdirectory named ``g2main `` in
80- your home directory is a good choice.) After installation is complete,
81- you will be given a chance to place a shortcut for GSAS-II into the
82- MacOS dock.
78+ Note that in the above, `` ~/g2main `` is where the GSAS-II files will be
79+ installed where ``~/g2main `` is a subdirectory named ``g2main `` in
80+ your home directory. You can change this to any location you prefer.
81+ After installation is complete, you will be given a chance to place a
82+ shortcut for running GSAS-II into the MacOS dock.
8383
8484More complete installation instructions on the GSAS2MAIN
8585installation process on MacOS are linked below.
0 commit comments