Skip to content

Commit 2e2ed7a

Browse files
committed
fix headings
1 parent a9b75ca commit 2e2ed7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/migrate/appcat/java-preview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When the tool assesses for Cloud Readiness and related Azure services, it can al
6161
- Azure Key Vault
6262
- Azure Front Door
6363

64-
## Download and Install
64+
## Download and install
6565

6666
To use the `appcat` CLI, you must download the package specific to your environment, and have the required dependencies in your environment. The `appcat` CLI runs on any environment such as Windows, Linux, or Mac, using Intel, Arm, or Apple Silicon hardware. For the JDK requirement, we recommend you use the [Microsoft Build of OpenJDK](/java/openjdk).
6767

@@ -100,7 +100,7 @@ To use the `appcat` CLI, you must download the package specific to your environm
100100
- [Download](/java/openjdk/download#openjdk-17) and [install Microsoft Build of OpenJDK 17](/java/openjdk/install). Ensure that the `JAVA_HOME` environment variable is set.
101101
- [Download Apache Maven](https://maven.apache.org/download.cgi) and [install locally](https://maven.apache.org/install.html). Ensure that the Maven binary (`mvn`) is reachable through `PATH` environment variable.
102102

103-
### Installation
103+
### Install AppCAT
104104

105105
To install `appcat`, download the appropriate zip file for your platform. After you download the file, depending on your operating system, you should find either a **.tar.gz** (Linux/macOS) or **.zip** file (Windows).
106106

@@ -121,7 +121,7 @@ Extract the binary from the downloaded file. You should see the following folder
121121
└── readme.html
122122
```
123123

124-
### Run the tool
124+
### Run AppCAT
125125

126126
To run `appcat` from any location in your terminal, extract the archive to your desired location. Then, update the `PATH` environment variable to include the directory where you extracted the archive.
127127

0 commit comments

Comments
 (0)