Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove non-composer option
  • Loading branch information
wilr authored Jul 4, 2023
1 parent 29f8134 commit 8bb9ceb
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,8 @@ Menu Manager is licensed under an [MIT license](http://heyday.mit-license.org/)

## Installation

### Non-composer

To install drop the silverstripe-menumanager directory into your SilverStripe
root. You must also install
[silverstripe-gridfieldextensions](https://github.com/ajshort/silverstripe-gridfieldextensions)
as it is a dependency for this module.

Once both of these are installed, you can run `dev/build?flush=1`

### Composer

Installing from composer is easy,

Create or edit a `composer.json` file in the root of your SilverStripe project,
and make sure the following is present.

```json
{
"require": {
"heyday/silverstripe-menumanager": "^3.0"
}
}
```
composer require heyday/silverstripe-menumanager "^3.0"
```

After completing this step, navigate in Terminal or similar to the SilverStripe
Expand Down

0 comments on commit 8bb9ceb

Please sign in to comment.