瀏覽代碼

Update docs to match current npm scripts

Dominik Prokop 6 年之前
父節點
當前提交
58e1a8bd3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/project/building_from_source.md

+ 1 - 1
docs/sources/project/building_from_source.md

@@ -83,7 +83,7 @@ go get github.com/Unknwon/bra
 bra run
 ```
 
-You'll also need to run `yarn watch` to watch for changes to the front-end (typescript, html, sass)
+You'll also need to run `yarn start` to watch for changes to the front-end (typescript, html, sass)
 
 ### Running tests