Skip to content

Commit 9610433

Browse files
committed
誤字を修正
1 parent 3d8a9c0 commit 9610433

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

firmware/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ npm run setup
5555
$ npm run setup -- --device=esp32
5656
```
5757

58-
For macOS, when installing npm run setup -- --device=esp32, if the version of xcode-select is outdated, it may stop at "Error: Command failed with exit code 1: python3 -m pip install pyserial". In that case, manually remove xcode-select and install xcode-select (xcord-select install) again.
58+
For macOS, when installing npm run setup -- --device=esp32, if the version of xcode-select is outdated, it may stop at "Error: Command failed with exit code 1: python3 -m pip install pyserial". In that case, manually remove xcode-select and install xcode-select (xcode-select --install) again.
5959
You can remove xcode-select with "sudo rm -rf /Library/Developer/CommandLineTools".
6060
Internally, [`xs-dev`](https://github.com/HipsterBrown/xs-dev) is used to automate the setup of ModdableSDK and ESP-IDF.
6161

firmware/docs/getting-started_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ npm run setup
5454
$ npm run setup -- --device=esp32
5555
```
5656

57-
macOSの場合は、npm run setup -- --device=esp32のインストールの時、xcode-selectのバージョンが古いと"Error: Command failed with exit code 1: python3 -m pip install pyserial"で止まることがあります。その場合は、xcode-selectを手動で削除してから再度xcode-select(xcord-select install)をインストールしてください。
57+
macOSの場合は、npm run setup -- --device=esp32のインストールの時、xcode-selectのバージョンが古いと"Error: Command failed with exit code 1: python3 -m pip install pyserial"で止まることがあります。その場合は、xcode-selectを手動で削除してから再度xcode-select(xcode-select --install)をインストールしてください。
5858
xcode-selectの削除は"sudo rm -rf /Library/Developer/CommandLineTools"でできます。
5959
内部で[`xs-dev`](https://github.com/HipsterBrown/xs-dev)を使ってModdableSDKやESP-IDFのセットアップを自動化しています。
6060

firmware/mods/README_ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ $ UPLOAD_PORT=/dev/ttyACM0 npm run mod --target=esp32/m5stack_cores3 ./mods/che
6767
- セキュリティの問題がありブラウザはChromeのみ対応しています。
6868
- windowsの場合nodeを18.12以上にする必要があります。
6969
- $ volta install node@18
70-
- ブラウザからBluetoothへのアクセスができるようにExperimetal Web Platform featuresのフラグを有効にする必要があります。
71-
- chromeのURLにchrome://flags を入力し、Experimetal Web Platform featuresを停止から有効にします。
70+
- ブラウザからBluetoothへのアクセスができるようにExperimental Web Platform featuresのフラグを有効にする必要があります。
71+
- chromeのURLにchrome://flags を入力し、Experimental Web Platform featuresを停止から有効にします。
7272
- https://github.com/meganetaaan/suburi-mediapipe をクローンします。
7373
- $ git clone https://github.com/meganetaaan/suburi-mediapipe
7474
- 必要なツールをインストールします。

0 commit comments

Comments
 (0)