Remove references to submodules from README

This commit is contained in:
benjamin melançon 2026-03-12 11:46:00 -04:00
parent 260cc2a0f9
commit e6d42c4aaa

View file

@ -2,25 +2,6 @@
See also [SERVICES.md](https://git.agaric.com/agaric/agaric-coop/src/branch/main/SERVICES.md) See also [SERVICES.md](https://git.agaric.com/agaric/agaric-coop/src/branch/main/SERVICES.md)
## Get submodules
This project includes the [Agaric styleguide](https://git.agaric.com/agaric/patternlibrary) as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
### When cloning
```shell
git clone --recurse-submodules git@git.agaric.com:agaric/agaric-coop.git
```
### If you cloned without `--recurse-submodules`
If in your initial clone you didn't do as above, you can get the styleguide with:
```shell
git submodule init
git submodule update
```
### Get started ### Get started
To be able to import the configuration, you need to get the initializing database (where we will also be collaborating on content) [from the test site](https://agaric-test.drutopia.org/) pending resolution of [drutopia#216](https://gitlab.com/drutopia/drutopia/issues/216). To be able to import the configuration, you need to get the initializing database (where we will also be collaborating on content) [from the test site](https://agaric-test.drutopia.org/) pending resolution of [drutopia#216](https://gitlab.com/drutopia/drutopia/issues/216).
@ -37,7 +18,6 @@ ddev . drush -y rsync @live:%files @self:%files
``` ```
git pull git pull
git submodule update --recursive --remote
ddev start ddev start
ddev composer install ddev composer install
ddev . drush -y sql-dump > /tmp/paranoia.sql && drush -y sql-drop && drush -y sql-sync @live @self && drush -y updb ddev . drush -y sql-dump > /tmp/paranoia.sql && drush -y sql-drop && drush -y sql-sync @live @self && drush -y updb