This commit is contained in:
Rodolfo Berrios
2022-04-01 17:29:45 -03:00
parent 507155cc73
commit a4f94fbaac
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
## Manual setup
Refer to the [CONSOLE GUIDE](console/SETUP.md).
Refer to the [CONSOLE GUIDE](console/README.md).
## GitHub repo setup

View File

@@ -1,4 +1,4 @@
# Docker compose
# Docker compose (console)
```sh
make <command> <options>

View File

@@ -1,9 +1,9 @@
# Console
This section outlines command-line instructions to build and deploy images made by ths repository project.
This section outlines command-line instructions to build and deploy images made by this repository project.
* [SETUP](SETUP.md)
* [BUILDING](BUILDING.md)
* [DOCKER-COMPOSE](DOCKER-COMPOSE.md)
* [BUILDING](BUILD.md)
* [COMPOSE](COMPOSE.md)
* [LOGS](LOGS.md)
* [UPDATING](UPDATING.md)