Browse Source

Update 'README.md'

天问 9 months ago
parent
commit
02c320161b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -7,5 +7,7 @@
 ## Develop
 
 ```
+docker run --rm -it -w /app -v $(pwd):/app node:18 /bin/bash
+
 yarn && yarn build:web
 ```