Merge pull request #541 from matan-h/master

minor cmsmap is not on pypi, so it can be installed from github
This commit is contained in:
Carlos Polop 2022-11-05 08:47:45 +00:00 committed by GitHub
commit 9afc119675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ Scan completed.
### CMSMap ### CMSMap
```bash ```bash
pip3 install cmsmap pip3 install git+https://github.com/dionach/CMSmap.git
cmsmap http://moodle.example.com/<moodle_path> cmsmap http://moodle.example.com/<moodle_path>
``` ```