Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgage authored Jan 8, 2020
1 parent b3a647a commit e10f57f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ git checkout -b WeBWorK2.14+ WeBWorK2.14+
```
* If you want to pull the PG-2.15 branch of pg then run:

```cd /opt/webwork/pg
```
cd /opt/webwork/pg
git checkout -b PG-2.14+ PG-2.14+
```
* If you also need an earlier branch of MathJax then run:

```cd /opt/webwork/MathJax
```
cd /opt/webwork/MathJax
git checkout legacy-v2
```

Expand Down

0 comments on commit e10f57f

Please sign in to comment.