From eaf2077202a3e5109326b53333d2374f677b0204 Mon Sep 17 00:00:00 2001 From: railsjack Date: Sat, 20 Jul 2019 15:28:42 -0300 Subject: [PATCH] Updated README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0582fe8..dcf23e4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ ```sh $ yarn +# When you need to run for testing. $ yarn start + +# When you need to make an executable file (*.exe). After that, it will go "out" directory. $ yarn package:win + +# When repository is updated, please run the following command. +$ git pull + ``` \ No newline at end of file