Skip to content

Commit 1a5b283

Browse files
committed
Add instructions to install LTS version
1 parent 2e594dd commit 1a5b283

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,18 @@ Make sure you have [Composer](https://getcomposer.org/doc/00-intro.md) installed
1818

1919
Follow the installation instructions in the [User Guide](https://docs.aplus-framework.com/guides/projects/app/index.html).
2020

21+
To install the latest version:
22+
2123
```
2224
composer create-project aplus/app
2325
```
2426

27+
Or, to install the latest [LTS](https://aplus-framework.com/lts) version:
28+
29+
```
30+
composer create-project aplus/app:^2
31+
```
32+
2533
Enter the project directory.
2634

2735
## Licensing

guide/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ The installation of this project can be done with Composer:
2727
2828
composer create-project aplus/app
2929
30+
Or, to install the latest `LTS <https://aplus-framework.com/lts>`_ version:
31+
32+
.. code-block::
33+
34+
composer create-project aplus/app:^2
35+
3036
Structure
3137
---------
3238

0 commit comments

Comments
 (0)