Skip to content

Commit

Permalink
java -> Java
Browse files Browse the repository at this point in the history
  • Loading branch information
KINGFIOX committed May 27, 2024
1 parent f470b51 commit 95ee2c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/unofficial-lab-env/comp-organ-lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- gcc
- git
- g++
- java
- Java
- make
- sbt
- Scala
Expand Down Expand Up @@ -95,7 +95,7 @@ Verilator 在编译过程中,需要用到 GNU 方言,因此推荐使用 Linu

## 安装 SDKMAN

注意,并不一定要安装 SDKMAN。SDKMAN 是一个用于管理 java 相关开发环境的软件。
注意,并不一定要安装 SDKMAN。SDKMAN 是一个用于管理 Java' 相关开发环境的软件。
如果我们发行版的包管理器可以顺利安装 java, [email protected], sbt,那么实际上也不需要 SDKMAN。

```sh
Expand All @@ -120,7 +120,7 @@ curl -s "https://get.sdkman.io" | bash

安装过程中,注意看提示,会要求在安装完成后配置环境变量。

### 使用 SDKMAN 安装 java
### 使用 SDKMAN 安装 Java

```sh
sdk install java
Expand Down

0 comments on commit 95ee2c5

Please sign in to comment.