19 lines
298 B
Markdown
19 lines
298 B
Markdown
# OMNIS Brand Service
|
|
|
|
Branded version of OMNIS 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/omnis-brand
|
|
```
|
|
|
|
Or use the provided script:
|
|
|
|
```bash
|
|
./scripts/add-submodules.sh
|
|
```
|
|
|