diff --git a/README.md b/README.md index cab282a..9f94792 100644 --- a/README.md +++ b/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 ```