mirror of
https://github.com/RasppleII/a2server.git
synced 2025-08-16 08:27:22 +00:00
README.md: code spans to avoid _ errors
Put a couple of filenames in code spans so that _ characters in them would not turn on unwanted <em> in HTML. This is something GitHub's Markdown markup doesn't do because it's almost never what you want, but everything else does because that's what John Gruber designed.
This commit is contained in:
@@ -46,7 +46,7 @@ Once you have those:
|
|||||||
export A2SERVER_NO_EXTERNAL=1
|
export A2SERVER_NO_EXTERNAL=1
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
You may want to put the above exports into ~/.bashrc or ~/.bash_profile.
|
You may want to put the above exports into `~/.bashrc` or `~/.bash_profile`.
|
||||||
|
|
||||||
If you want to host scripts locally installed on your own machine or another
|
If you want to host scripts locally installed on your own machine or another
|
||||||
computer on your LAN, type the following, and export "http://localhost:8000/"
|
computer on your LAN, type the following, and export "http://localhost:8000/"
|
||||||
|
Reference in New Issue
Block a user