diff --git a/README.md b/README.md index c8cf734076..ff65bc23ee 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Kitematic is still in Beta. Any effort in helping us find issues and improving t - Remove VirtualBox - rm /usr/local/bin/boot2docker -- sudo route delete 172.17.0.0/16 192.168.59.103 (disable routing to containers through VM) +- sudo route delete -net 172.17.0.0 -netmask 255.255.0.0 -gateway 192.168.60.103 (disable routing to containers through VM) - rm -rf ~/Library/Application\ Support/Kitematic (remove app data) - rm /Library/LaunchAgents/com.kitematic.route.plist (remove launch job that sets up routing to the containers)