Skip to content

Commit

Permalink
表現の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed May 31, 2024
1 parent e99f3d8 commit 827b3d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions firmware/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ $ npm i

On the host PC, install [ModdableSDK](https://github.com/Moddable-OpenSource/moddable) and
Install [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) on the host PC.
There are three ways to do this
There are two ways to do this.

- Using the CLI (recommended)
- Using the xs-dev(CLI) (recommended)
- Set up manually

### Using xs-dev (recommended)
### Using xs-dev(CLI) (recommended)

Stack-Chan has npm scripting of the setup procedure.
Run the following command in the `stack-chan/firmware` directory.
Expand All @@ -47,10 +47,10 @@ $ npm run setup -- --device=esp32

The script internally uses [`xs-dev`](https://github.com/HipsterBrown/xs-dev) to automate the setup of ModdableSDK and ESP-IDF.

### Manual
### Set up Manual

Follow the instructions on the [official website (English)](https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/Moddable%20SDK%20-%20Getting%20Started.md) to install ModdableSDK and ESP-IDF.
If you cannot setup CLI or Docker properly, please do this.
If you cannot setup xs-dev(CLI) properly, please do this.

**The Stack-chan RT version is designed to operate with Moddable SDK 4.1**

Expand Down
8 changes: 4 additions & 4 deletions firmware/docs/getting-started_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ $ npm i
[ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html)をインストールします。
次の2通りの方法があります。

- CLIを使う(推奨)
- xs-dev(CLI)を使う(推奨)
- 手動でセットアップする

### xs-devを使う(推奨)
### xs-dev(CLI)を使う(推奨)

スタックチャンはセットアップ手順をnpmスクリプト化しています。
`stack-chan/firmware`ディレクトリで次のコマンドを実行します。
Expand All @@ -47,10 +47,10 @@ $ npm run setup -- --device=esp32

内部で[`xs-dev`](https://github.com/HipsterBrown/xs-dev)を使ってModdableSDKやESP-IDFのセットアップを自動化しています。

### 手動で行う
### 手動でセットアップする

[公式サイトの手順(英語)](https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/Moddable%20SDK%20-%20Getting%20Started.md)に従ってModdableSDKとESP-IDFをインストールします。
CLIやDockerがうまくセットアップできない場合はこちらを行ってください
xs-dev(CLI)でうまくセットアップできない場合はこちらを行ってください

**スタックチャン アールティver.では、Moddable SDK 4.1 での動作を想定しています。**

Expand Down

0 comments on commit 827b3d8

Please sign in to comment.