Newbie friendly: "Wildfly 11" -> "Wildfly 11+"
For a first-time user, I believe 11+ is less confusing. I had to search articles to make sure that 11 actually meant 11+. I thought it was possible that Wildfly 12 and above didn't require any action to install the adapter.
This commit is contained in:
parent
eda0215be4
commit
b409fdc846
1 changed files with 2 additions and 2 deletions
|
@ -60,14 +60,14 @@ $ ./jboss-cli.sh --file=adapter-install-offline.cli
|
|||
> jboss-cli.bat --file=adapter-install-offline.cli
|
||||
----
|
||||
|
||||
.Wildfly 11 and Linux/Unix
|
||||
.Wildfly 11+ and Linux/Unix
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
$ cd bin
|
||||
$ ./jboss-cli.sh --file=adapter-elytron-install-offline.cli
|
||||
----
|
||||
|
||||
.Wildfly 11 and Windows
|
||||
.Wildfly 11+ and Windows
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
> cd bin
|
||||
|
|
Loading…
Reference in a new issue