We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d029c5 commit 0366394Copy full SHA for 0366394
README.md
@@ -4,7 +4,8 @@
4
This repo is a basic block hello world plugin. This can be used as a template for MOODLE block plugin development.
5
6
## Installation
7
-* clone this repo to the *blocks* folder of your moodle installation
+* clone this repo and rename it *helloworld*
8
+* move the *helloworld* folder to the *blocks* folder of your moodle installation
9
* go to the admin page to enable the plugin, e.g. *https://localhost/admin/index.php*
10
11
That was it ! You can now add a hello world block.
0 commit comments