diff --git a/README.md b/README.md index 4d4b810..f9dc841 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ It comes with a lot of integrated features, such as: ### 1. Initialize configuration +You can generate the configuration file using `config init` command. + ```shell docker run --rm --name goma-gateway \ -v "${PWD}/config:/config" \ @@ -262,3 +264,22 @@ middlewares: ## Requirement - Docker + +## Contributing + +The Goma Gateway project welcomes all contributors. We appreciate your help! + + +## Give a Star! ⭐ + +If you like or are using Goma Gateway, please give it a star. Thanks! + + +## License + +This project is licensed under the Apache 2.0 License. See the LICENSE file for details. + + +## Copyright + +Copyright (c) 2024 Jonas Kaninda \ No newline at end of file diff --git a/docs/quickstart.md b/docs/quickstart.md index 72dbaa6..522f180 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -9,6 +9,8 @@ nav_order: 2 ### 1. Initialize configuration +You can generate the configuration file using `config init` command. + ```shell docker run --rm --name goma-gateway \ -v "${PWD}/config:/config" \