-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unifying shell code fragments in the README.md files
Signed-off-by: Maxim Nesen <[email protected]>
- Loading branch information
Showing
94 changed files
with
263 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ That will quickly get you going with your first Helidon application. | |
After that you can come back here and dig into the examples. To access | ||
these examples we recommend checking out from a released tag. For example: | ||
|
||
``` | ||
```shell | ||
git clone [email protected]:oracle/helidon.git | ||
cd helidon | ||
git checkout tags/2.0.0 | ||
|
@@ -21,7 +21,7 @@ git checkout tags/2.0.0 | |
Our examples are Maven projects and can be built and run with | ||
Java 11 or newer -- so make sure you have those: | ||
|
||
``` | ||
```shell | ||
java -version | ||
mvn -version | ||
``` | ||
|
@@ -31,14 +31,14 @@ mvn -version | |
Each example has a `README` that you will follow. To build most examples | ||
just `cd` to the directory and run `mvn package`: | ||
|
||
``` | ||
```shell | ||
cd examples/microprofile/hello-world-explicit | ||
mvn package | ||
``` | ||
|
||
Usually the example will produce an application jar file that you can run: | ||
|
||
``` | ||
```shell | ||
java -jar target/example-name.jar | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ filter. | |
|
||
## Build and run | ||
|
||
```bash | ||
```shell | ||
mvn package | ||
java -jar target/helidon-examples-config-sources.jar | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.