Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanheywood authored Mar 19, 2023
1 parent 7ebc586 commit 10c13c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ Since the plugin cronjob comes in from outside it needs to authenticate in Moodl
The plugin has a dependency on the [moodle-auth_basic](https://moodle.org/plugins/auth_basic).
To install the dependency plugin as a git submodule:
```
git submodule add https://github.com/catalyst/moodle-auth_basic auth/basic
git submodule add git@github.com:catalyst/moodle-auth_basic.git auth/basic
```


Install plugin moodle-tool_crawler as a git submodule:
```
git submodule add https://github.com/catalyst/moodle-tool_crawler.git admin/tool/crawler
git submodule add git@github.com:catalyst/moodle-tool_crawler.git admin/tool/crawler
```
# Configuration

Expand Down

0 comments on commit 10c13c8

Please sign in to comment.