Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allamiro committed May 12, 2024
1 parent 929c69f commit c5da285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KAFKA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### Install JAVA
```
yum install wget unzip java -y
yum install wget tar unzip java -y
java -version
```
### Download KAFKA
Expand Down Expand Up @@ -41,7 +41,7 @@ mv kafka_2.12-3.6.2.tgz /etc/kafka
### Install JAVA

```
yum install java -y
yum install wget tar unzip java -y
java -version
```

Expand Down

0 comments on commit c5da285

Please sign in to comment.