Closed MarkDK closed 8 months ago
The code snippets are architecture agnostic, as the only difference in the installation procedure is the archive's filename.
I've replaced the filenames with the placeholder <filename>
.
As for the Java 11 issue: while it's true that the 11th version is no longer available, we actually declare the requirement for the 11+ version (notice the plus sign). So any newer version should be compatible.
yeah - the
Thank you.
Description of issue
Arm MAcOS sample code needs editing, and file is pre-inflated, and Java 11 is no longer available as a standalone download.
[describe your issue here]
Affected docs article
https://typedb.com/docs/home/install/console
Suggested solution
if user chooses Arm64 option in MacOS, adjust code snippets accordingly. Plus solve the Java 11 requirement to run console. https://stackoverflow.com/questions/53111921/how-can-i-get-java-11-run-time-environment-working-since-there-is-no-more-jre-11