From 383c3fb3e4753254c49ac6fb7fdf93ecf0d82ddc Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Wed, 12 Nov 2014 15:50:24 -0800 Subject: [PATCH] in-line documentation link --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49c2cc6f..c67f4aaa 100644 --- a/README.md +++ b/README.md @@ -84,15 +84,16 @@ several new features, including: * An improved MiniEdit GUI (`examples/miniedit.py`) - thanks to Gregory Gee -* Experimental cluster support - consult the [documentation][1] for details, +* Support for multiple `--custom` arguments to `mn` + +* Experimental cluster support - consult the + [documentation](http://docs.mininet.org) for details - as well as `examples/cluster.py` and an experimental `--cluster` option for topologies built with the default `Host` and `OVSSwitch` classes: `mn --cluster localhost,server1,server2` -[1]: http://docs.mininet.org - Note that examples contain experimental features which might "graduate" into mainline Mininet in the future, but they should not be considered a stable part of the Mininet API! -- GitLab