ソースを参照

update wording of dev scripts

SimulatedGREG 7 年 前
コミット
27a73f068d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -37,9 +37,9 @@ yarn dev
 # compile source code and create webpack output
 yarn compile
 
-# create build with electron-builder
+# `yarn compile` & create build with electron-builder
 yarn dist
 
-# create unpacked build with electron-builder
+# `yarn compile` & create unpacked build with electron-builder
 yarn dist:dir
 ```