README.md minor Markdown syntax embettering

This commit is contained in:
T. Joseph Carter 2015-12-10 09:11:32 -08:00
parent b5496b55aa
commit 0bd95253fe

View File

@ -18,12 +18,12 @@ the shell variable A2SERVER_SCRIPT_URL to the base URL of this repository
on your server. The base-URL should be slash-terminated. You can then run
the following snippet:
~~~bash
~~~ bash
wget -O a2server-setup ${A2SERVER_SCRIPT_URL}setup/index.txt; source a2server-setup
~~~
A simple method for installing from a local subdirectory is to 'cd' to it and
then type 'python -m SimpleHTTPServer'. Then export A2SERVER_SCRIPT_URL to
A simple method for installing from a local subdirectory is to `cd` to it and
then type `python -m SimpleHTTPServer`. Then export A2SERVER_SCRIPT_URL to
"http://localhost:8000/" or use the IP address of the host machine on your LAN.
You should probably export A2SERVER_SCRIPT_URL in your .bashrc or whatever