From da03553bd1d6fff7706b3bdcf6a81d21709714ae Mon Sep 17 00:00:00 2001 From: David Toews Date: Thu, 24 Mar 2022 13:36:10 -0600 Subject: [PATCH] Update install instructions to use composer Previous instructions reflected earlier SilverStripe 3 module installation practices. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f4840f..e9de6a5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Documentation Installation Instructions ------------------------- -1. Place the files in a directory called mapfield in the root of your SilverStripe installation +1. Install with composer `composer require nathancox/embedfield` 2. Visit yoursite.com/dev/build to rebuild the database Usage Overview