Small fix to platform.md

This commit is contained in:
Wojciech Kozlowski 2019-04-07 14:52:19 +02:00
parent d320d9c08d
commit b6f9e22015

View File

@ -33,7 +33,7 @@ you to do so within a few minutes after the first boot, but you can also do it
manually from a terminal with the following command lines: manually from a terminal with the following command lines:
``` ```
sudo apt update sudo apt update
sudo apt -y upgrade sudo apt upgrade
``` ```
Once the system finishes updating, I strongly recommend uninstalling Once the system finishes updating, I strongly recommend uninstalling
@ -60,7 +60,7 @@ wireshark. You can do that manually or use the Mininet script provided for
this purpose. You will need `git` installed for this. If you already have this purpose. You will need `git` installed for this. If you already have
`git` installed you can skip the first line `git` installed you can skip the first line
``` ```
sudo apt -y install git sudo apt install git
git clone git://github.com/mininet/mininet git clone git://github.com/mininet/mininet
mininet/util/install.sh -fw mininet/util/install.sh -fw
``` ```