Skip to content

Commit 540531f

Browse files
committed
Update README.md
1 parent 338c61c commit 540531f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ The following instructions are for standard Debian/Ubuntu distributions.
2626

2727
### 0. Install Basic Dependencies
2828

29-
Install `git` and `maven`:
30-
```
31-
$ sudo apt-get install git
32-
$ sudo apt-get install maven
33-
```
34-
3529
Install JDK 1.8:
3630
```
3731
$ sudo add-apt-repository ppa:webupd8team/java
3832
$ sudo apt-get update
3933
$ sudo apt-get install oracle-java8-installer
4034
```
4135

36+
Install `git` and `maven`:
37+
```
38+
$ sudo apt-get install git
39+
$ sudo apt-get install maven
40+
```
41+
4242

4343
### 1. Install K
4444

0 commit comments

Comments
 (0)