Update README

This commit is contained in:
benjamin melançon 2025-12-15 12:45:22 -05:00
parent 8413ce5afc
commit ba39024aab

View file

@ -8,15 +8,15 @@ This project includes the [Agaric styleguide](https://gitlab.com/agaric/patternl
### When cloning ### When cloning
``` ```shell
git clone --recurse-submodules git@gitlab.com:agaric/sites/agaric-com.git git clone --recurse-submodules git@git.agaric.com:agaric/agaric-coop.git
``` ```
### If you cloned without `--recurse-submodules` ### If you cloned without `--recurse-submodules`
If in your initial clone you didn't do as above, you can get the styleguide with: If in your initial clone you didn't do as above, you can get the styleguide with:
``` ```shell
git submodule init git submodule init
git submodule update git submodule update
``` ```