Skip to content

Commit cbb74bd

Browse files
authored
Update README.md
1 parent 792f9c2 commit cbb74bd

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,26 @@ Platform for Epigenomic and Genomic Research (PEGR) is a web service platform th
66

77
A tested stack of versions is listed below.
88

9-
1. OpenJDK 11.0.12
10-
- MacOS: We recommend Homebrew to install and manage Java 11
11-
- Homebrew command to install and use Java 11:
9+
1. Java 21.0.6-zulu
10+
- MacOS: We recommend SDK to install and manage Java 21. SDK command to install and use Java 21:
1211
```
13-
brew tap adoptopenjdk/openjdk
14-
brew install --cask adoptopenjdk8
12+
$ sdk install <PACKAGE> <VERSION>
1513
```
16-
- Java 11 executable is now located here:
14+
Also, you can check the available versions for a package, what have been installed, what's the default version:
1715
```
18-
/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/java
16+
$ sdk list <PACKAGE>
1917
```
20-
2. MariaDB 10.5.5
18+
To switch the default version:
19+
```
20+
$ sdk default <PACKAGE> <VERSION>
21+
```
22+
23+
2. MariaDB 11.7.2
2124
- Linux: https://mariadb.org/download/
22-
- MacOS: We recommend Hombrew to install and manage MariaDB
23-
- https://mariadb.com/kb/en/installing-mariadb-on-macos-using-homebrew/
24-
```
25-
$ brew install mariadb
26-
```
25+
- MacOS: We recommend Hombrew to install and manage MariaDB [link](https://mariadb.com/kb/en/installing-mariadb-on-macos-using-homebrew/)
26+
```
27+
$ brew install mariadb
28+
```
2729
2830
### Quick start
2931

0 commit comments

Comments
 (0)