Skip to content

Commit d2b5ecf

Browse files
authored
Update installation.md
1 parent 301de7c commit d2b5ecf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/learning-paths/servers-and-cloud-computing/flink-on-gcp/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ The [Arm Ecosystem Dashboard](https://developer.arm.com/ecosystem-dashboard/) re
3939
Extract the downloaded `.tgz` archive to make the Flink files accessible for configuration.
4040

4141
```console
42-
sudo tar -xvzf flink-2.1.0-bin-scala_2.12.tgz
42+
sudo tar -xvzf flink-2.1.1-bin-scala_2.12.tgz
4343
```
44-
After extraction, you will have a directory named `flink-2.1.0` under `/opt`.
44+
After extraction, you will have a directory named `flink-2.1.1` under `/opt`.
4545

4646
**Rename the extracted directory for convenience:**
4747
For easier access and management, rename the extracted Flink directory to a simple name like `/opt/flink`.
4848

4949
```console
50-
sudo mv flink-2.1.0 /opt/flink
50+
sudo mv flink-2.1.1 /opt/flink
5151
```
5252
This makes future references to your Flink installation path simpler and more consistent.
5353

0 commit comments

Comments
 (0)