Skip to content

Commit bc7ccc5

Browse files
committed
Update README.md
1 parent 05dbd67 commit bc7ccc5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,21 @@ How to... ?
1212

1313
**Installation**
1414

15+
If you want the latest version of the plugin (currently **Boostrap 3**):
1516
```
1617
composer require holt59/cakephp3-bootstrap-helpers:dev-master
1718
```
1819

20+
If you want the latest **Bootstrap 3** version of the plugin:
21+
```
22+
composer require holt59/cakephp3-bootstrap-helpers:3.*
23+
```
24+
25+
If you want to test the **Bootstrap 4** version of the plugin (alpha):
26+
```
27+
composer require holt59/cakephp3-bootstrap-helpers:bootstrap4-alpha
28+
```
29+
1930
**Documentation**
2031

2132
The full plugin documentation is available at https://holt59.github.io/cakephp3-bootstrap-helpers/.

0 commit comments

Comments
 (0)