19 lines
304 B
Markdown
19 lines
304 B
Markdown
# ARROMIS Brand Service
|
|
|
|
Branded version of ARROMIS as a service/app shell.
|
|
|
|
## Note
|
|
|
|
This directory is intended to be a Git submodule. To add it as a submodule:
|
|
|
|
```bash
|
|
git submodule add <repository-url> services/arromis-brand
|
|
```
|
|
|
|
Or use the provided script:
|
|
|
|
```bash
|
|
./scripts/add-submodules.sh
|
|
```
|
|
|