silverstripe-tagfield/docs/en/installing.md
Christopher Pitt d7f0206a0e Made supported
2015-09-09 13:28:43 +12:00

10 lines
324 B
Markdown

# Installing
To install this module, [download and install Composer](https://getcomposer.org/doc/00-intro.md). Then run the following command:
```sh
$ composer require silverstripe/tagfield
```
Then run `/dev/build`, from either the command line or the browser. You'll then be able to use this field in your application.