Update boot.adoc
.../bin/standalone.sh didn't work for me when running on a bash terminal on a mac. This should work for everyone.
This commit is contained in:
parent
cc65f14af8
commit
5dd36949bb
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ To boot the {project_name} server, go to the `bin` directory of the server distr
|
|||
.Linux/Unix
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
$ .../bin/standalone.sh
|
||||
$ cd bin
|
||||
$ ./standalone.sh
|
||||
----
|
||||
|
||||
.Windows
|
||||
|
|
Loading…
Reference in a new issue