Update standalone authored by bgm's avatar bgm
......@@ -31,7 +31,19 @@ Proof of concept of CiviCRM Standalone, as of 2021-12-15:
See this meta-issue: https://lab.civicrm.org/dev/core/-/issues/2998
# Manual installation
# Installation
## Using buildkit
Apply this buildkit patch: https://github.com/civicrm/civicrm-buildkit/pull/662
Then create the site:
```
civibuild create test1 --type standalone-clean --civi-ver master
```
More info on civibuild: https://docs.civicrm.org/dev/en/latest/tools/civibuild/
## Using composer
......
......