Skip to content

Commit c55cec0

Browse files
authored
Update graalvm-build-guide.adoc
1 parent 2fcc83b commit c55cec0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

documentation/graalvm-build-guide.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,18 @@ GRAALVM_EDITION=community
1212

1313
This is necessary as the community edition of graalvm is delivered with a pre-installed native image.
1414

15-
* Open a command-line interface inside a devon installation e.g. C\Projects\IDEasy\workspaces\main
15+
* Open a command-line interface inside your IDEasy installation e.g. C\Projects\IDEasy\workspaces\main
1616
17-
* Install Graalvm using the devonfw-ide with
17+
* Install Graalvm using the IDEasy with
1818
1919
[width="100%",cols="100%",options="header",]
2020
|===
2121
a|
22-
devon graalvm setup
22+
ide install graalvm
2323
|===
2424

2525
When the installation is complete, the GRAALVM_HOME environment variable is automatically set to the graalvm installation path e.g. C/Projects/IDEasy/software/extra/graalvm
2626

27-
* Restart your cli
28-
2927
* Add *$GRAALVM_HOME/bin* to your *PATH* environment variable
3028
3129
Bash:

0 commit comments

Comments
 (0)