diff --git a/README.md b/README.md index ab8e3b5..bb4091d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # WordPress Plugin 101 Official repository of the series of tutorials on How to Build a WordPress Plugin from scratch: https://www.youtube.com/playlist?list=PLriKzYyLb28kR_CPMz8uierDWC2y3znI2 + +# Installation +1. Copy a 'Lesson folder' into your wp-content/plugins directory (you can rename the moved folder to anything for easy identification, say 'Alecaddd-tutorial') +2. Run "composer install" from inside this folder.