You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zh...@apache.org on 2023/01/31 14:10:07 UTC

[incubator-devlake-website] branch main updated: update the developer manuals doc (#413)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new bd87173665 update the developer manuals doc (#413)
bd87173665 is described below

commit bd8717366551ec36af0629d219e0b61d61737d38
Author: 冯智泉 <ca...@gmail.com>
AuthorDate: Tue Jan 31 22:10:01 2023 +0800

    update the developer manuals doc (#413)
---
 docs/DeveloperManuals/DeveloperSetup.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/DeveloperManuals/DeveloperSetup.md b/docs/DeveloperManuals/DeveloperSetup.md
index 064af5109d..5c6d54965a 100644
--- a/docs/DeveloperManuals/DeveloperSetup.md
+++ b/docs/DeveloperManuals/DeveloperSetup.md
@@ -23,7 +23,7 @@ The following guide will walk through how to run DevLake's frontend (`config-ui`
 1. Navigate to where you would like to install this project and clone the repository:
 
    ```sh
-   git clone https://github.com/apache/incubator-devlake
+   git clone https://github.com/apache/incubator-devlake.git
    cd incubator-devlake
    ```
 
@@ -34,7 +34,9 @@ The following guide will walk through how to run DevLake's frontend (`config-ui`
 3. Install Go packages
 
     ```sh
+    cd backend
 	go get
+    cd ..
     ```
 
 4. Copy the sample config file to new local file: