readme: add contributing section
This commit is contained in:
21
README.md
21
README.md
@@ -65,6 +65,8 @@ It comes with a lot of integrated features, such as:
|
|||||||
|
|
||||||
### 1. Initialize configuration
|
### 1. Initialize configuration
|
||||||
|
|
||||||
|
You can generate the configuration file using `config init` command.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run --rm --name goma-gateway \
|
docker run --rm --name goma-gateway \
|
||||||
-v "${PWD}/config:/config" \
|
-v "${PWD}/config:/config" \
|
||||||
@@ -262,3 +264,22 @@ middlewares:
|
|||||||
## Requirement
|
## Requirement
|
||||||
|
|
||||||
- Docker
|
- 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
|
||||||
@@ -9,6 +9,8 @@ nav_order: 2
|
|||||||
|
|
||||||
### 1. Initialize configuration
|
### 1. Initialize configuration
|
||||||
|
|
||||||
|
You can generate the configuration file using `config init` command.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run --rm --name goma-gateway \
|
docker run --rm --name goma-gateway \
|
||||||
-v "${PWD}/config:/config" \
|
-v "${PWD}/config:/config" \
|
||||||
|
|||||||
Reference in New Issue
Block a user