Skip to content

Commit f43d2c8

Browse files
committed
[Doc] Update code download instructions for Cantera 3.1
1 parent 7d99c54 commit f43d2c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/sphinx/develop/compiling/source-code.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Then, check out the tag of the most recent stable version:
1414

1515
```bash
16-
git checkout tags/v3.0.0
16+
git checkout tags/v3.1.0
1717
git submodule update
1818
```
1919

@@ -49,7 +49,7 @@ Next: Configure & Build Cantera
4949
- **Option 1**: Check out the tag with the most recent beta release:
5050

5151
```bash
52-
git checkout tags/v3.0.0b1
52+
git checkout tags/v3.1.0b1
5353
git submodule update
5454
```
5555

@@ -64,17 +64,17 @@ Next: Configure & Build Cantera
6464
release of the stable version:
6565

6666
```bash
67-
git checkout 3.0
67+
git checkout 3.1
6868
git submodule update
6969
```
7070

71-
This branch has all the work on the 3.0.x version of the software.
71+
This branch has all the work on the 3.1.x version of the software.
7272

73-
If you've already checked out the 3.0 branch, you can get the latest updates from the
73+
If you've already checked out the 3.1 branch, you can get the latest updates from the
7474
main Cantera repository and synchronize your local repository by running:
7575

7676
```bash
77-
git checkout 3.0
77+
git checkout 3.1
7878
git fetch --all
7979
git pull --ff-only
8080
```

0 commit comments

Comments
 (0)