diff --git a/README.md b/README.md index d8bf75c..2d8c76c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ 7. Edit each lecture’s `build.gradle` to configure targets and images. The individual lecture folders must **not** have a `settings.gradle` file, **it will break things.** 8. Add the various content files as outlined below. +## Updating the plugin + +1. `git pull` in the plugin repository. +2. Copy the new `buildSrc` directory to your `lectures` directory. +3. Check whether any lecture build scripts need to be updated. + ### Typical lecture directory tree The way Nigel does things 😁.