diff --git a/docker_vcclient/README.md b/docker_vcclient/README.md index 6e36ab5c..f1442dc6 100644 --- a/docker_vcclient/README.md +++ b/docker_vcclient/README.md @@ -18,6 +18,10 @@ npm run build:docker:vcclient bash start_docker.sh ``` +ブラウザ(Chrome のみサポート)でアクセスすると画面が表示されます。 + +## RUN with options + GPU を使用しない場合は ``` diff --git a/docker_vcclient/README_en.md b/docker_vcclient/README_en.md index dcecbe8b..f14abcaf 100644 --- a/docker_vcclient/README_en.md +++ b/docker_vcclient/README_en.md @@ -36,6 +36,10 @@ In root folder of repos. bash start_docker.sh ``` +Access with Browser (currently only chrome is supported), then you can see gui. + +## RUN with options + Without GPU ``` diff --git a/tutorials/tutorial_rvc_en_latest.md b/tutorials/tutorial_rvc_en_latest.md index df39184e..fb5d44fd 100644 --- a/tutorials/tutorial_rvc_en_latest.md +++ b/tutorials/tutorial_rvc_en_latest.md @@ -44,6 +44,8 @@ If you have the old version, be sure to unzip it into a separate folder. When connecting remotely, please use `.bat` file (win) and `.command` file (mac) where http is replaced with https. +Access with Browser (currently only chrome is supported), then you can see gui. + ### Console When you run a .bat file (Windows) or .command file (Mac), a screen like the following will be displayed and various data will be downloaded from the Internet at the initial start-up. Depending on your environment, it may take 1-2 minutes in many cases. diff --git a/tutorials/tutorial_rvc_ja_latest.md b/tutorials/tutorial_rvc_ja_latest.md index 5175dce2..4a954571 100644 --- a/tutorials/tutorial_rvc_ja_latest.md +++ b/tutorials/tutorial_rvc_ja_latest.md @@ -44,6 +44,8 @@ リモートから接続する場合は、`.bat`ファイル(win)、`.command`ファイル(mac)の http が https に置き換わっているものを使用してください。 +ブラウザ(Chrome のみサポート)でアクセスすると画面が表示されます。 + ### コンソール表示 `.bat`ファイル(win)や`.command`ファイル(mac)を実行すると、次のような画面が表示され、初回起動時には各種データをインターネットからダウンロードします。