From 1ac8f6af9efbf777fd35c6e1967e50e5dbc21bc9 Mon Sep 17 00:00:00 2001 From: Peter Sorensen Date: Tue, 13 Feb 2024 21:40:34 -0800 Subject: [PATCH] =?UTF-8?q?update=20readme=20with=20official=20plugin=20re?= =?UTF-8?q?po=20link=20=F0=9F=8D=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f334626..6589244 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ This plugin extends the core Query Loop block, and as such 2. Posts are not backfilled - this uses the `post__in` WP_Query parameter, meaning any posts_per_page argument exceeding the number of selected posts will be ignored. Posts will be limited to the specific posts selected. ## Installation -Currently, compiled assets are not included and must be manually built. +Visit https://wordpress.org/plugins/curated-query-loop/ to download the plugin. + +## Development 1. Clone this repository into `wp-content/plugins` 2. Install composer dependencies with `composer install` 3. Install NPM dependencies with `npm i` and build plugin using `npm run build`. Node 18+ recommended. - -## Development -5. This ships with [`@wordpress/env`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/) installed. If you have Docker installed and running, you can simply run `npm run env:start` to spin up a local environment with the plugin activated. +4. This ships with [`@wordpress/env`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/) installed. If you have Docker installed and running, you can simply run `npm run env:start` to spin up a local environment with the plugin activated.