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:
Jack Kenefick 2018-08-31 16:58:29 +01:00 committed by Stian Thorgersen
parent cc65f14af8
commit 5dd36949bb

View file

@ -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