Skip to content

Commit 32ae1fd

Browse files
committed
specify install location for MacOS for gsas2main rather then placeholder
1 parent 3493585 commit 32ae1fd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

webdocs/install.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@ GSAS2MAIN installer for MacOS
6464
For 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

6969
For 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

8484
More complete installation instructions on the GSAS2MAIN
8585
installation process on MacOS are linked below.

0 commit comments

Comments
 (0)