File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ Scala のインストーラーは[Coursier](https://get-coursier.io/docs/cli-ove
4444
4545### 手動でのインストール
4646
47- Scala プロジェクトのコンパイル、実行、テスト、パッケージ化に必要なツールは Java と sbt の2つだけです。
48- Java のバージョンは8または11です。
47+ Scala プロジェクトのコンパイル、実行、テスト、パッケージ化に必要なツールは Java と sbt の2つだけです。
48+ Java のバージョンは8または11です。
4949これらを手動でインストールするには:
5050
51511. Java 8または11がインストールされていない場合は、[Oracle Java 8](https://www.oracle.com/java/technologies/javase-jdk8-downloads.html)、[Oracle Java 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html)、または[AdoptOpenJDK 8/11](https://adoptopenjdk.net/)からJavaをダウンロードしてください。Scala と Java の互換性の詳細については、[JDK Compatibility](/overviews/jdk-compatibility/overview.html)を参照してください。
@@ -144,7 +144,7 @@ Scala について日本語で質問したい場合、Twitterでつぶやくと
144144
145145<!-- Hidden elements whose content are used to provide OS-specific download instructions.
146146 -- This is handled in `resources/js/functions.js`.
147- -->
147+ -->
148148<div style="display:none" id="stepOne-linux">
149149 <code class="hljs">$ curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs setup </code> <br>
150150</div>
@@ -165,5 +165,5 @@ Scala について日本語で質問したい場合、Twitterでつぶやくと
165165</div>
166166
167167<div style="display:none" id="stepOne-windows">
168- <p><a href="https://git.io/coursier-cli-windows-exe">the Scala installer for Windows</a>を、ダウンロードして実行すてください 。</p>
168+ <p><a href="https://git.io/coursier-cli-windows-exe">the Scala installer for Windows</a>を、ダウンロードして実行してください 。</p>
169169</div>
You can’t perform that action at this time.
0 commit comments