diff --git a/README.md b/README.md
index ad5f6ab..6f38f81 100644
--- a/README.md
+++ b/README.md
@@ -1,336 +1,26 @@
-
+# EZPPLauncher
-[![forthebadge](http://forthebadge.com/images/badges/built-by-developers.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/makes-people-smile.svg)](http://forthebadge.com)
+Welcome to the EZPPLauncher! A new way to connect to the EZPPFarm server.
-[![forthebadge](http://forthebadge.com/images/badges/uses-html.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/uses-css.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/uses-js.svg)](http://forthebadge.com)
+Just one click and you are ready to go!
-[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
+## Installation
-
-
+The Launcher is a "plug and play thing", download it, place it on the desktop and execute!
-[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/souleh99)
+## Features
-
+- Automatic osu! client updating before Launch
+- Custom osu! Logo in MainMenu
+- Account saving
-## ✒️ Overview
+## Build from source
-The aim of this project is to provide Web Developers using `svelte` the power to create cross-platform desktop apps using `electron`.
+- clone repo
+- cd into the repo
+- use `npm i` to install all dependencies
+- use the buildscript `electron-pack` to build a executeable
-#### 🧐 What packages does the project use?
+## License
-**`electron`** enables you to create desktop applications with pure JavaScript by providing a runtime with rich native (operating system) APIs. You could see it as a variant of the Node.js runtime that is focused on desktop applications instead of web servers.
-
-**`electron-builder`** is used as a complete solution to package and build a ready for distribution (supports Numerous target formats) Electron app with "auto update" support out of the box.
-
-**`electron-serve`** is used for Static file serving for Electron apps.
-
-**`svelte`** is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.
-
-**`concurrently`** is used to run multiple commands concurrently.
-
-**`wait-on`** is used as it can wait for sockets, and http(s) resources to become available.
-