File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,12 +102,7 @@ <h3>Step 1: Install Deno</h3>
102102 < h3 > Step 2: Generate a Plugin Project</ h3 >
103103 < div class ="code-block ">
104104 < button class ="copy-btn " onclick ="copyCode(this) "> Copy</ button >
105- < pre > < code class ="language-bash "> deno run --allow-read --allow-write --allow-run --allow-net --allow-env \
106- https://raw.githubusercontent.com/cocotone/deno-juce-project-generator/main/generator/generate.ts \
107- --name "MySynth" \
108- --author "Your Name" \
109- --output ./my-synth \
110- --with-git</ code > </ pre >
105+ < pre > < code class ="language-bash "> deno run --allow-read --allow-write --allow-run --allow-net --allow-env https://raw.githubusercontent.com/cocotone/deno-juce-project-generator/main/generator/generate.ts --name "MyAudioPlugin" --author "Your Name" --output ./my-audio-plugin --with-git</ code > </ pre >
111106 </ div >
112107
113108 < h3 > Step 3: Build & Run</ h3 >
Original file line number Diff line number Diff line change @@ -102,12 +102,7 @@ <h3>Step 1: Denoをインストール</h3>
102102 < h3 > Step 2: プラグインプロジェクトを生成</ h3 >
103103 < div class ="code-block ">
104104 < button class ="copy-btn " onclick ="copyCode(this) "> Copy</ button >
105- < pre > < code class ="language-bash "> deno run --allow-read --allow-write --allow-run --allow-net --allow-env \
106- https://raw.githubusercontent.com/cocotone/deno-juce-project-generator/main/generator/generate.ts \
107- --name "MySynth" \
108- --author "Your Name" \
109- --output ./my-synth \
110- --with-git</ code > </ pre >
105+ < pre > < code class ="language-bash "> deno run --allow-read --allow-write --allow-run --allow-net --allow-env https://raw.githubusercontent.com/cocotone/deno-juce-project-generator/main/generator/generate.ts --name "MyAudioPlugin" --author "Your Name" --output ./my-audio-plugin --with-git</ code > </ pre >
111106 </ div >
112107
113108 < h3 > Step 3: ビルド & 実行</ h3 >
You can’t perform that action at this time.
0 commit comments