silverstripe-tagfield/docs/en/installing.md

10 lines
324 B
Markdown
Raw Permalink Normal View History

2015-09-09 01:07:51 +02:00
# 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.