aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-07-29 15:49:26 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-07-29 15:49:26 +1200
commit680801a47edd9cf26f1f1b798ed545d9eb875ff9 (patch)
treeecc9e7b2513b1dfbca4bf8c186e64b93f4c925ad /README.mkd
parentf5ca88fe0af47a8cb7cff20ce2d117e3fc716e4d (diff)
downloadmitmproxy-680801a47edd9cf26f1f1b798ed545d9eb875ff9.tar.gz
mitmproxy-680801a47edd9cf26f1f1b798ed545d9eb875ff9.tar.bz2
mitmproxy-680801a47edd9cf26f1f1b798ed545d9eb875ff9.zip
README.txt and README.mkd tweaks.
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index d3643e73..471ff106 100644
--- a/README.mkd
+++ b/README.mkd
@@ -5,6 +5,9 @@ clients and servers. The project has three components:
- __pathoc__, a perverse HTTP client.
- __libpathod.test__, an API for easily using __pathod__ and __pathoc__ in unit tests.
+
+# Documentation
+
The pathod documentation is self-hosted. Just fire up pathod, like so:
./pathod
@@ -13,6 +16,10 @@ And then browse to:
http://localhost:9999
+You can aways view the documentation for the latest release at the pathod
+website:
+
+ http://pathod.net
# Installing