Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 9eedb38

Browse files
committed
Polishing
1 parent c1cb005 commit 9eedb38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NOTE: You need to install the GraalVM `native-image` compiler, check {documentat
2020

2121
- Download https://github.com/spring-projects-experimental/spring-native/tags[the latest release] of this repository.
2222
- Go into the samples folder and pick one (e.g. `cd samples/commandlinerunner`)
23-
- Make sure `native-image` is in the `PATH` (usually done by switching on a GraalVM installation with https://sdkman.io/install[SDKMAN]).
23+
- Make sure `native-image` is in the `PATH` (usually done by switching to a GraalVM installation with https://sdkman.io/install[SDKMAN]).
2424
- Run `./build.sh` which will run the regular JVM build, then a native image compilation, then test the result.
2525

2626
For more details on the samples see the {documentation-url}/index.html#samples[samples documentation].

spring-native-docs/src/main/asciidoc/how-to-contribute.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ options:
168168
- Import the root project in your IDE.
169169
- Eventually import the sample you are working on as a distinct project in your IDE.
170170
- Run the root project `build.sh` (from the host or the container) if you have made modification to the feature, substitutions or configuration modules.
171-
- Make sure `native-image` is in the `PATH` (usually done by switching on a GraalVM installation with https://sdkman.io/install[SDKMAN]).
171+
- Make sure `native-image` is in the `PATH` (usually done by switching to a GraalVM installation with https://sdkman.io/install[SDKMAN]).
172172
- Run `build.sh` of the sample you are working on from the container.
173173

174174
To test the various samples You can also run the root `build.sh` then `build-key-samples.sh` (test only key samples) or `build-samples.sh` (test all samples) from the container.

0 commit comments

Comments
 (0)