From ffd089ea1c8fb53156e6051990ce09b554acd9d2 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 26 Mar 2010 17:50:37 -0700 Subject: [PATCH] Changed git clone command. --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 893ad9b..dd735cd 100644 --- a/INSTALL +++ b/INSTALL @@ -12,9 +12,9 @@ The easiest way to get Mininet running is to start with one of our pre-built vir http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/MininetGettingStarted Once you have booted up the VM image, all you need to do to install -Mininet is: +Mininet into it is: - git clone git@yuba.stanford.edu:mininet.git + git clone git://yuba.stanford.edu/mininet.git cd mininet sudo make install