2,716
edits
No edit summary |
m (→XDS package for Macs with Apple M processors: add ; such that cut-and-paste works) |
||
Line 104: | Line 104: | ||
# become root (it will ask for your password): | # become root (it will ask for your password): | ||
sudo su | sudo su | ||
cd /usr/local/bin | now enter the password, and then | ||
curl -L -o - https://xds.mr.mpg.de/XDS-Apple_M1.tar.gz | tar xzvf - | cd /usr/local/bin; | ||
ln -sf XDS-Apple_M1/* . | curl -L -o - https://xds.mr.mpg.de/XDS-Apple_M1.tar.gz | tar xzvf - ; | ||
ln -sf XDS-Apple_M1/* . ; | |||
exit | exit | ||