Skip to content

Commit c13134e

Browse files
Add composer installation instructions to README (#23)
1 parent d4a21c1 commit c13134e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This bundle allows you to compile TypeScript and use it with Symfony's AssetMapp
88
- Adds a ``typescript:build`` command to compile your typescript files
99
- Automatically compiles your typescript files when you run ``asset-map:compile`` command
1010

11+
## Installation
12+
```bash
13+
composer require sensiolabs/typescript-bundle
14+
```
15+
1116
## Documentation
1217

1318
Read the documentation at: [doc/index.md](doc/index.rst)

0 commit comments

Comments
 (0)