Skip to content

Commit

Permalink
scratch-guiおよびml5.jsのバージョンを指定してビルドする。
Browse files Browse the repository at this point in the history
  • Loading branch information
champierre committed Jul 5, 2024
1 parent 5e43b07 commit 25b0678
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: LLK/scratch-gui
ref: develop
ref: v3.6.18
- run: npm install
- uses: actions/checkout@v2
with:
Expand Down
12 changes: 6 additions & 6 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,27 +131,27 @@ At this time, be aware that the data that has been learned will be overwritten.
1. Setup LLK/scratch-gui on your computer.

```
% git clone [email protected]:LLK/scratch-gui.git
% cd scratch-gui
% npm install
git clone --depth 1 [email protected]:LLK/scratch-gui.git
cd scratch-gui
npm install
```

2. In scratch-gui folder, clone ML2Scratch. You will have ml2scratch folder under scratch-gui.

```
% git clone [email protected]:champierre/ml2scratch.git
git clone [email protected]:champierre/ml2scratch.git
```

3. Run the install script.

```
% sh ml2scratch/install.sh
sh ml2scratch/install.sh
```

4. Run Scratch, then go to http://localhost:8601/.

```
% npm start
npm start
```

## Acknowledgments
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,27 +144,27 @@ Xcratch の URL である [https://xcratch.github.io/](https://xcratch.github.io
1. Setup LLK/scratch-gui on your computer.

```
% git clone [email protected]:LLK/scratch-gui.git
% cd scratch-gui
% npm install
git clone --depth 1 [email protected]:LLK/scratch-gui.git
cd scratch-gui
npm install
```

2. In scratch-gui folder, clone ML2Scratch. You will have ml2scratch folder under scratch-gui.

```
% git clone [email protected]:champierre/ml2scratch.git
git clone [email protected]:champierre/ml2scratch.git
```

3. Run the install script.

```
% sh ml2scratch/install.sh
sh ml2scratch/install.sh
```

4. Run Scratch, then go to http://localhost:8601/.

```
% npm start
npm start
```

## Acknowledgments(謝辞)
Expand Down
12 changes: 6 additions & 6 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,27 +152,27 @@ At this time, be aware that the data that has been learned will be overwritten.
1. Setup LLK/scratch-gui on your computer.

```
% git clone [email protected]:LLK/scratch-gui.git
% cd scratch-gui
% npm install
git clone --depth 1 [email protected]:LLK/scratch-gui.git
cd scratch-gui
npm install
```

2. In scratch-gui folder, clone ML2Scratch. You will have ml2scratch folder under scratch-gui.

```
% git clone [email protected]:champierre/ml2scratch.git
git clone [email protected]:champierre/ml2scratch.git
```

3. Run the install script.

```
% sh ml2scratch/install.sh
sh ml2scratch/install.sh
```

4. Run Scratch, then go to http://localhost:8601/.

```
% npm start
npm start
```

## T-Shirt(文化衫)
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COLLABORATOR=champierre
EXTENSION_DESCRIPTION="ML2Scratch Blocks."

cd node_modules/scratch-vm
npm install ml5
npm install ml5@0.12.2
cd ../../

mkdir -p node_modules/scratch-vm/src/extensions/scratch3_${EXTENSION_ID}
Expand Down

0 comments on commit 25b0678

Please sign in to comment.