jalmasi / vrspace

VRSpace: Multiuser Virtual Reality Engine
Apache License 2.0
173 stars 79 forks source link

Add markdown syntax for code/commands #2

Closed clach04 closed 2 years ago

clach04 commented 2 years ago

I left the Java call, as-is but with code block. It could be formatted like:

java --add-opens java.base/java.lang=ALL-UNNAMED \
    --add-opens java.base/java.nio=ALL-UNNAMED \
    --add-opens java.base/java.io=ALL-UNNAMED \
    --add-opens java.base/java.util=ALL-UNNAMED \
    --add-opens java.base/java.util.concurrent=ALL-UNNAMED \
    --add-opens java.base/sun.net.www.protocol.http=ALL-UNNAMED \
    --add-opens java.base/sun.nio.ch=ALL-UNNAMED \
    -jar target/server-0.4.1-SNAPSHOT.jar

instead.

jalmasi commented 2 years ago

Looks good, thank you.

jalmasi commented 2 years ago

Single line may be easier to copy and/or manipulate with in shell history.