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

@ -98,9 +98,9 @@ npm run construct
git clone https://github.com/cutls/TheDesk git clone https://github.com/cutls/TheDesk
cd TheDesk/app 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

@ -97,9 +97,9 @@ npm run construct
git clone https://github.com/cutls/TheDesk git clone https://github.com/cutls/TheDesk
cd TheDesk/app 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
``` ```