Skip to content

Commit

Permalink
simplify collapsible sections
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspimentel committed Jan 30, 2025
1 parent 5d757df commit 076f4aa
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ Download and install Eclipse Temurin JDK versions 8, 11, 17 and 21, and GraalVM.

#### Windows

* Download and install JDK 8, 11, 17, and 21 [Eclipse Temurin releases](https://adoptium.net/temurin/releases/). Alternatively, you can use `winget` or `scoop`:
* Download and install JDK 8, 11, 17, and 21 [Eclipse Temurin releases](https://adoptium.net/temurin/releases/).

<details>
<summary>Install JDKs using winget</summary>
<summary>Alternatively, click here to install JDKs using `winget` or `scoop`.</summary>

```pwsh
winget install --id EclipseAdoptium.Temurin.8.JDK
Expand All @@ -120,11 +120,6 @@ Download and install Eclipse Temurin JDK versions 8, 11, 17 and 21, and GraalVM.
winget install --id EclipseAdoptium.Temurin.21.JDK
```
</details>
<details>
<summary>Install JDKs using scoop</summary>
```pwsh
scoop bucket add java
scoop install temurin8-jdk
Expand Down Expand Up @@ -161,20 +156,15 @@ apt-get install git

#### Windows

Download and install the installer from [the official website](https://git-scm.com/download/win). Alternatively, you can use `winget` or `scoop`:
Download and install the installer from [the official website](https://git-scm.com/download/win).

<details>
<summary>Install git using winget</summary>
<summary>Alternatively, click here to install git using `winget` or `scoop`.</summary>

```pwsh
winget install --id git.git
```

</details>

<details>
<summary>Install git using scoop</summary>

```pwsh
scoop install git
```
Expand Down Expand Up @@ -202,10 +192,8 @@ https://docs.docker.com/desktop/setup/install/linux/
Download and install Docker Desktop from the offical website:<br/>
https://docs.docker.com/desktop/setup/install/windows-install/

Alternatively, you can use `winget`:

<details>
<summary>Install Docker Desktop using winget</summary>
<summary>Alternatively, click here to install Docker Desktop using winget.</summary>

```pwsh
winget install --id Docker.DockerDesktop
Expand Down

0 comments on commit 076f4aa

Please sign in to comment.