summaryrefslogtreecommitdiff
path: root/tutorial/tutorial.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-12-08 12:55:24 +0000
committerBen Pfaff <blp@ovn.org>2016-12-12 08:55:32 -0800
commit795752a3cf5a598ebb6a6f7656c9ccf05c8175f4 (patch)
treebd1272e14c17cf65ed7df76463ea16bc57a956fa /tutorial/tutorial.rst
parentd0e53b15323ebc18c88f13334200543b20cf3408 (diff)
downloadopenvswitch-795752a3cf5a598ebb6a6f7656c9ccf05c8175f4.tar.gz
doc: Populate 'install', 'howto' sections
This is a dumb move of all 'INSTALL*' docs, with very little refactoring (mostly updating links and making the titles a little more consistent. Additional refactoring will be done in subsequent changes. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tutorial/tutorial.rst')
-rw-r--r--tutorial/tutorial.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/tutorial/tutorial.rst b/tutorial/tutorial.rst
index fab635030..422bc0d61 100644
--- a/tutorial/tutorial.rst
+++ b/tutorial/tutorial.rst
@@ -54,6 +54,8 @@ hardware or even supervisor privilege on your system. Instead, we will use a
script called ``ovs-sandbox``, which accompanies the tutorial, that constructs
a software simulated network environment based on Open vSwitch.
+.. TODO(stephenfin): Update installation guide link when this is moved.
+
You can use ``ovs-sandbox`` three ways:
* If you have already installed Open vSwitch on your system, then you should be
@@ -61,9 +63,9 @@ You can use ``ovs-sandbox`` three ways:
* If you have not installed Open vSwitch (and you do not want to install it),
then you can build Open vSwitch according to the instructions in the
- `installation guide <INSTALL.rst>`__, without installing it. Then run
- ``./ovs-sandbox -b DIRECTORY`` from this directory, substituting the Open
- vSwitch build directory for ``DIRECTORY``.
+ `installation guide`, without installing it. Then run ``./ovs-sandbox -b
+ DIRECTORY`` from this directory, substituting the Open vSwitch build
+ directory for ``DIRECTORY``.
* As a slight variant on the latter, you can run ``make sandbox`` from an Open
vSwitch build directory.