diff --git a/README.md b/README.md index 03c25ea..6760d7e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ to introduce some improvements in *system compatibility* and *speed*. ## Usage +**Note:** Use `actions/cache` as described [here](https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-java-with-maven#caching-dependencies) to save some additional time by caching between runs! + All the values already provided below are their default values. If you don't change them, you can remove them from your workflow, @@ -74,4 +76,4 @@ as they are set automatically. # 'SpraxDev' is my fork of SpigotMC's that introduces some changes (https://github.com/SpraxDev/Spigot-BuildTools/#breaking-changes) # Available: SpraxDev, SpigotMC buildToolProvider: SpraxDev # Optional -``` \ No newline at end of file +```