README.md: GFM supports ~~~ blocks, implement!

This commit is contained in:
T. Joseph Carter 2015-12-06 18:18:07 -08:00
parent 147f0dceec
commit bb9e458a98

View File

@ -21,9 +21,9 @@ set 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 a2server-setup ${A2SERVER_SCRIPT_URL}setup/; source a2server-setup
```
~~~
You should probably export A2SERVER_SCRIPT_URL in your .bashrc or whatever
file configures your development environment. Also be advised that as of