浏览代码

Update building_from_source.md

corrected build instructions, #10532
Torkel Ödegaard 8 年之前
父节点
当前提交
c4c0e7934b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/project/building_from_source.md

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

@@ -57,7 +57,7 @@ For this you need nodejs (v.6+).
 ```bash
 npm install -g yarn
 yarn install --pure-lockfile
-npm run build
+npm run watch
 ```
 
 ## Running Grafana Locally