From 898c3eb763cbf7fac0860ec87a505dabebb2d44b Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 2 Dec 2014 14:25:21 -0500 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 021c135da7..8d71f8b84e 100755 --- a/README.md +++ b/README.md @@ -1,19 +1,14 @@ -

-Kitematic -

+![Kitematic Logo](https://cloud.githubusercontent.com/assets/251292/5269176/78469266-7a2e-11e4-8a1e-7b82c600abd8.png) -![Kitematic Screenshot](https://s3.amazonaws.com/kite-installer/screenshot.5843.png) +Kitematic is a simple application for managing Docker containers on Mac OS X. -## Table of Contents +## Installing Kitematic - - [Development](#development) - - [Bugs and Feature Requests](#bugs-and-feature-requests) - - [Documentation](#documentation) - - [Contributing](#contributing) - - [Community](#community) - - [Versioning](#versioning) - - [Creators](#creators) - - [Copyright and License](#copyright-and-license) +[Download the latest version](https://kitematic.com/download) of Kitematic. + +## Documentation + +Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs). ## Development @@ -34,27 +29,16 @@ ## Uninstalling -(This will improve over time.) - - Remove VirtualBox ```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 Have a bug or a feature request? Please first read the [Issue Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/kitematic/kitematic/issues/new). -## Documentation - -Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs). - ## Contributing Please read through our [Contributing Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.