From 9f397b1f9f9cf2d96fd2fef02ce04d54e3f4f4ca Mon Sep 17 00:00:00 2001 From: Ivan X Date: Wed, 9 Dec 2015 20:44:36 -0500 Subject: [PATCH] minor text changes; substitute tilde for backticks --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8085714..4bfc99d 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,13 @@ 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 installing from a local folder is to change to that sudirectory -and run the following. Then export A2SERVER_SCRIPT_URL to "http://localhost:8000/" - -```bash -python -m SimpleHTTPServer -``` +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 file configures your development environment. Also be advised that as of