diff --git a/README.md b/README.md
index 021c135da7..8d71f8b84e 100755
--- a/README.md
+++ b/README.md
@@ -1,19 +1,14 @@
-
-
-
+
-
+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.