Skip to content

Commit 6eace55

Browse files
committed
Issue #66: Update README.md
1 parent 0cff758 commit 6eace55

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@
66

77
An activity module for managing custom defined content types which are 'first class' concepts in Moodle. This is to enable course author to think in proper concepts that matter to them and not worry about the rendering of each content type which will be defined centrally.
88

9+
## Branches ##
10+
The following maps the plugin version to use depending on your Moodle version.
11+
12+
| Moodle version | Branch |
13+
|-------------------| ------------------|
14+
| Moodle 3.9 to 4.0 | MOODLE_39_STABLE |
15+
| Moodle 4.1 | MOODLE_401_STABLE |
16+
917
## Installation
1018

1119
Step 1: Install the activity module
1220
-----------------------------------
1321

1422
Using git submodule:
1523
```
16-
git submodule add [email protected]:catalyst/moodle-mod_cms.git mod/cms
24+
git submodule add -b MOODLE_401_STABLE [email protected]:catalyst/moodle-mod_cms.git mod/cms
1725
```
1826

1927
Or you can download as a zip from github

0 commit comments

Comments
 (0)