This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 0c1adba9175f38c4941702308387584fae7664d7
Author: Hezheng Yin <[email protected]>
AuthorDate: Wed Oct 12 18:24:38 2022 -0700

    docs: minor wording updates
---
 docs/DeveloperManuals/DeveloperSetup.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/DeveloperManuals/DeveloperSetup.md 
b/docs/DeveloperManuals/DeveloperSetup.md
index 4118bacd6..4b523d1e7 100644
--- a/docs/DeveloperManuals/DeveloperSetup.md
+++ b/docs/DeveloperManuals/DeveloperSetup.md
@@ -10,15 +10,14 @@ sidebar_position: 1
 
 - <a href="https://docs.docker.com/get-docker"; target="_blank">Docker 
v19.03.10+</a>
 - <a href="https://golang.org/doc/install"; target="_blank">Golang v1.19+</a>
-- Make
-  - Mac (Already installed)
+- <a href="https://www.gnu.org/software/make/"; target="_blank">GNU Make</a>
+  - Mac (Preinstalled)
   - Windows: [Download](http://gnuwin32.sourceforge.net/packages/make.htm)
   - Ubuntu: `sudo apt-get install build-essential libssl-dev`
 
 ## How to setup dev environment
 
-The following guide will walk you through the procedure to run local config-ui 
and devlake servers against dockerized
-MySQL and Grafana containers.
+The following guide will walk you through the procedure to run local config-ui 
and devlake servers against dockerized MySQL and Grafana containers.
 
 1. Navigate to where you would like to install this project and clone the 
repository:
 

Reply via email to