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 f37711ce37 Update README.md (#2311)
f37711ce37 is described below
commit f37711ce37c22c7dc0901c904d6d6dcdad8c1af5
Author: mfordjody <[email protected]>
AuthorDate: Sat Feb 25 18:07:26 2023 +0800
Update README.md (#2311)
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 7dc8800adf..c4a4535520 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,13 @@ This project contains the markdown source files of the Dubbo
documentation.
- [Node.js](https://nodejs.org/en/)
## 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