From b96e0ee2cd22878eaaf3c05c42182c5962e0e978 Mon Sep 17 00:00:00 2001 From: Sou <50014309+stonesaw@users.noreply.github.com> Date: Sat, 15 May 2021 10:57:06 +0900 Subject: [PATCH] =?UTF-8?q?Build=20docker=20image=20=E3=81=AE=E3=82=B3?= =?UTF-8?q?=E3=83=9E=E3=83=B3=E3=83=89=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README.mdのコマンドが間違っていたので、README.ja.md のコマンドに修正しました --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ee892f..6dae153 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ git config --global core.autocrlf true <- above ``` git config core.autocrlf input $ docker-compose build gui -$ docker-compose run --rm smalruby3-gui bash -c "cd /app/gui/scratch-vm && npm install && npm run build && npm link" -$ docker-compose run --rm smalruby3-gui bash -c "cd /app/gui/smalruby3-gui && npm install && npm link scratch-vm" +$ docker-compose run --rm gui bash -c "cd /app/gui/scratch-vm && npm install && npm run build && npm link" +$ docker-compose run --rm gui bash -c "cd /app/gui/smalruby3-gui && npm install && npm link scratch-vm" ``` ## Boot smalruby3-gui