From 37030c10734de40f72d9078e8f89a4bfef1d29d2 Mon Sep 17 00:00:00 2001 From: peusterm Date: Thu, 31 Oct 2019 16:39:12 +0100 Subject: [PATCH] Fixed README Change-Id: I4340e78e1de61d5006f6978bd6fd45b18c39db2a Signed-off-by: peusterm --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4dc1170..bf8947e 100755 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ cd git clone https://github.com/containernet/containernet.git cd ~/containernet/ansible sudo ansible-playbook -i "localhost," -c local install.yml +cd .. +sudo python setup.py install ``` ##### Step 2. vim-emu installation @@ -95,6 +97,8 @@ cd git clone https://osm.etsi.org/gerrit/osm/vim-emu.git cd ~/vim-emu/ansible sudo ansible-playbook -i "localhost," -c local install.yml +cd .. +sudo python setup.py install ``` #### Option 2: Nested Docker Deployment @@ -131,9 +135,7 @@ A more advanced example that includes OSM can be found in the [official vim-emu ### Further documentation and useful links * [Official vim-emu documentation in the OSM wiki](https://osm.etsi.org/wikipub/index.php/VIM_emulator) -* [Full CLI command documentation](https://github.com/sonata-nfv/son-emu/wiki/CLI-Command-Overview) -* [Requirements for Docker containers executed by the emulator](https://github.com/sonata-nfv/son-emu/wiki/Container-Requirements) -* [REST API](https://github.com/sonata-nfv/son-emu/wiki/APIs) +* [Full vim-emu documentation on GitHub](https://github.com/containernet/vim-emu) * [Mininet](http://mininet.org) * [Containernet](https://containernet.github.io) * [Maxinet](https://maxinet.github.io) -- 2.17.1