mirror of
https://github.com/RasppleII/a2server.git
synced 2025-02-01 08:33:48 +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:
parent
d86e3bfa88
commit
dfa1e26c80
@ -46,7 +46,7 @@ Once you have those:
|
||||
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
|
||||
computer on your LAN, type the following, and export "http://localhost:8000/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user