-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS: Update version number to 3.0.3 and documentation URLs.
- Loading branch information
1 parent
e2047b9
commit 5f5d4e0
Showing
9 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# 1. Download the installer | ||
|
||
## Download the installer from the CIG website. | ||
## Download the installer from the CIG website | ||
|
||
<https://geodynamics.org/cig/software/pylith/pylith-installer-3.0.0-0.tgz> | ||
<https://geodynamics.org/resources/pylith> | ||
|
||
We assume the tarball `pylith-installer-3.0.0-0.tgz` is downloaded to `$HOME/Downloads`. We will place the installer source code in the directory `$HOME/src/pylith`. | ||
We assume the tarball `pylith-installer-3.0.3-0.tgz` is downloaded to `$HOME/Downloads`. We will place the installer source code in the directory `$HOME/src/pylith`. | ||
|
||
## Unpack the installer source code: | ||
|
||
```bash | ||
mkdir -p $HOME/src/pylith | ||
cd $HOME/src/pylith | ||
mv $HOME/Downloads/pylith-installer-3.0.0-0.tgz $HOME/src/pylith/ | ||
tar -xf pylith-installer-3.0.0-0.tgz | ||
mv $HOME/Downloads/pylith-installer-3.0.3-0.tgz $HOME/src/pylith/ | ||
tar -xf pylith-installer-3.0.3-0.tgz | ||
``` |