Skip to content

Commit f6f4f77

Browse files
committed
Update insallation docs
1 parent c855c1b commit f6f4f77

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ PHP full featured framework designed to allow you creating 100% framework agnost
1616
* **Cli**: Ready to use Console Line Tool on top of [Symfony Console Tool](https://symfony.com/doc/current/components/console.html)
1717

1818

19+
## Quick Start
20+
21+
```bash
22+
composer create-project antidot-fw/antidot-framework-starter project-name
23+
cd project-name
24+
bin/console
25+
php -S 127.0.0.1:8000 ./public
26+
```
27+
1928
## Special thanks & Sponsors
2029

2130
* **JetBrains:** Thanks for supporting us with the All Products Pack License for Open Source

docs/framework/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Using [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) package manager
88

99
````bash
10-
composer create-project antidot-fw/antidot-framework-starter:dev-master project-name
10+
composer create-project antidot-fw/antidot-framework-starter project-name
1111
````
1212

1313
## File Structure

0 commit comments

Comments
 (0)