Like Typo

This commit is contained in:
Cutls 2019-09-18 23:24:34 +09:00
parent 8cea32d01b
commit d217fb33a9
2 changed files with 4 additions and 4 deletions

View File

@ -100,7 +100,7 @@ cd TheDesk/app
# Linux or macOS # Linux or macOS
yarn install --no-lockfile yarn install --no-lockfile
# Windows # Windows
yarn install --no-lockfile yarn install
yarn construct yarn construct
``` ```

View File

@ -99,7 +99,7 @@ cd TheDesk/app
# Linux or macOS # Linux or macOS
yarn install --no-lockfile yarn install --no-lockfile
# Windows # Windows
yarn install --no-lockfile yarn install
yarn construct yarn construct
``` ```