From 36d80cf2bfc2ead957fb0dd81be231836ddb6430 Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Sat, 4 Oct 2014 22:46:57 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60df3881de..ea3c37ac15 100755 --- a/README.md +++ b/README.md @@ -35,9 +35,15 @@ (This will improve over time.) - Remove VirtualBox -- 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) +```bash +# disable routing to containers through VM +sudo route delete -net 172.17.0.0 -netmask 255.255.0.0 -gateway 192.168.60.103 +# remove app data +rm -rf ~/Library/Application\ Support/Kitematic +# remove launch job that sets up routing to the containers +rm /Library/LaunchAgents/com.kitematic.route.plist +rm /etc/resolver/kite +``` ## Bugs and Feature Requests