Skip to content

Commit 81dc98f

Browse files
committed
Updated readme file
1 parent aea37f8 commit 81dc98f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

readme.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,17 @@
22

33
## Installation
44

5-
- Run `composer create-project wpscholar/wp-menu-ui-vue-prototype` from the WordPress plugins directory.
6-
- Activate the plugin from the "Installed Plugins" screen in the WordPress admin.
5+
- Make sure you have the following tools installed:
6+
- [Composer](https://getcomposer.org/)
7+
- [Node](https://nodejs.org/en/)
8+
- [NPM](https://www.npmjs.com/get-npm)
9+
- In a terminal, run `composer create-project wpscholar/wp-menu-ui-vue-prototype` from the WordPress plugins directory.
10+
- Activate the plugin from the `Installed Plugins` screen in the WordPress admin.
11+
12+
## Usage
13+
14+
Once installed and activated, the plugin adds a `Vue Menus` item to the WordPress admin sidebar menu. Clicking this will load up the Vue app for menu management. It will feel familiar.
15+
16+
## Feedback & Contributions
17+
18+
Feedback or contributions of any kind is welcome; just create an issue or open a pull request.

0 commit comments

Comments
 (0)