Browse Source

update readme

main
yggverse 8 months ago
parent
commit
1b94e77056
  1. 10
      README.md

10
README.md

@ -26,14 +26,18 @@ Yo! is the super thin layer for Manticore search server that extends official [m @@ -26,14 +26,18 @@ Yo! is the super thin layer for Manticore search server that extends official [m
Application require `manticore`, `composer` and `php`
#### Production
#### Deployment
* `composer create-project yggverse/yo`
Project in development, use `dev-main` branch:
* `composer create-project yggverse/yo:dev-main`
#### Development
* `git clone https://github.com/YGGverse/Yo.git`
* `cd Yo` & `composer update`
* `cd Yo`
* `composer update`
* `git checkout -b pr-branch`
#### Init

Loading…
Cancel
Save