diff --git a/README.md b/README.md index 772bc50..50aa7af 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # Egommerce K8S stack -## Start +### Start -# $ make up +```make up``` -## Shutdown +### Shutdown -# $ make down +```make down``` ## Maintenance -# Generate certs -# $ make certs +### Generate certs + +```make certs```