File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,18 @@ Make sure you have [Composer](https://getcomposer.org/doc/00-intro.md) installed
18
18
19
19
Follow the installation instructions in the [ User Guide] ( https://docs.aplus-framework.com/guides/projects/app/index.html ) .
20
20
21
+ To install the latest version:
22
+
21
23
```
22
24
composer create-project aplus/app
23
25
```
24
26
27
+ Or, to install the latest [ LTS] ( https://aplus-framework.com/lts ) version:
28
+
29
+ ```
30
+ composer create-project aplus/app:^2
31
+ ```
32
+
25
33
Enter the project directory.
26
34
27
35
## Licensing
Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ The installation of this project can be done with Composer:
27
27
28
28
composer create-project aplus/app
29
29
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
+
30
36
Structure
31
37
---------
32
38
You can’t perform that action at this time.
0 commit comments