Explorar el Código

:pencil: add vscode packages

Jeremy Zheng hace 5 años
padre
commit
67ad7a7145
Se han modificado 2 ficheros con 8 adiciones y 0 borrados
  1. 2 0
      api/README.md
  2. 6 0
      docker/README.md

+ 2 - 0
api/README.md

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

+ 6 - 0
docker/README.md

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