Browse Source

:pencil: add vscode packages

Jeremy Zheng 4 years ago
parent
commit
67ad7a7145
2 changed files with 8 additions and 0 deletions
  1. 2 0
      api/README.md
  2. 6 0
      docker/README.md

+ 2 - 0
api/README.md

@@ -1,7 +1,9 @@
 # USAGE
 # USAGE
 
 
 ```bash
 ```bash
+# Install third dependices
 go mod tidy
 go mod tidy
+# start http server
 go run .
 go run .
 ```
 ```
 
 

+ 6 - 0
docker/README.md

@@ -36,3 +36,9 @@
   ```
   ```
 
 
   ![start](documents/start.png)
   ![start](documents/start.png)
+
+- For VSCode **Run in your local host**
+
+```bash
+sudo apt install yarnpkg golang-go
+```