mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
10 lines
324 B
Markdown
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.
|