This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5046e64ee15 docs: add button to help & use Gitpod for new contributors
(#1416)
5046e64ee15 is described below
commit 5046e64ee1576c709d1928bbf7f96285dff168e9
Author: Gitpod for Open Source
<[email protected]>
AuthorDate: Thu Aug 25 13:04:34 2022 +0530
docs: add button to help & use Gitpod for new contributors (#1416)
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index d435e548d4f..19c234afc26 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@ This project contains the hugo project, markdown files, and
theme configurations
## Environment setup
+You can directly start working on this repository even from your browser by
just clicking on the following button
+
+[](https://gitpod.io/#https://github.com/apache/dubbo-website)
+
+Or, you can follow the manual steps given below.
+
1. Ensure pre-requisites are installed
2. Clone this repository
```sh