Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zakzhu committed Dec 10, 2020
1 parent 5b21a54 commit eb1757d
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,29 @@ Support java distribution type:
- ansible

## Installation

```bash
yum -y install ansible
```

```bash
git clone https://github.com/zakzhu/java-install.git
```
- ```bash
yum -y install ansible
```

- ```bash
git clone https://github.com/zakzhu/java-install.git
```

- Download the relevant openjdk tarball from the following website:

> ```yaml
> # JDK Pacakge Name:
> # - Adopt OpenJDK https://github.com/AdoptOpenJDK/openjdk8-binaries/releases
> # - Alibaba Dragonwell https://github.com/alibaba/dragonwell8/releases
> # - Amazon Corretto https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html
> # - Liberica OpenJDK https://bell-sw.com/pages/downloads/#/java-8-lts
> # - Tencent Kona https://github.com/Tencent/TencentKona-8/releases
> # - Oracle JDK https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
> ```
- ```bash
cp OPENJDK-TARBALL java-install/roles/get_pkg/files/
```
## Usage
Expand Down

0 comments on commit eb1757d

Please sign in to comment.