Skip to content

Commit bad0033

Browse files
Update README.md (#413)
Added instructions to clone the most stable release
1 parent c03da3f commit bad0033

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ Install CMake, p4est, and deal.II (version 9.6 recommended).
4848

4949
Clone the PRISMS-PF GitHub repository and navigate its folder.
5050
```bash
51-
git clone https://github.com/prisms-center/phaseField.git
51+
git clone -b <tag ID> https://github.com/prisms-center/phaseField.git
5252
cd phaseField
5353
```
54+
Here <tag ID> corresponds to the stable release version of your choice. For example to clone the latest release (2.4), type
55+
```bash
56+
git clone -b v2.4 https://github.com/prisms-center/phaseField.git
57+
```
5458
Configure and compile the main library.
5559
```bash
5660
cmake . && make -j <nprocs>

0 commit comments

Comments
 (0)