Remove references to submodules from README
This commit is contained in:
parent
260cc2a0f9
commit
e6d42c4aaa
1 changed files with 0 additions and 20 deletions
20
README.md
20
README.md
|
|
@ -2,25 +2,6 @@
|
|||
|
||||
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
|
||||
|
||||
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 submodule update --recursive --remote
|
||||
ddev start
|
||||
ddev composer install
|
||||
ddev . drush -y sql-dump > /tmp/paranoia.sql && drush -y sql-drop && drush -y sql-sync @live @self && drush -y updb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue