From bc2bc9bb6dbf6a5d35d911a6db6c032ba78e7119 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma <69979447+neon443@users.noreply.github.com> Date: Mon, 26 May 2025 13:47:13 +0100 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b6dd16..3e91b2e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ # DockPhobia +
+
+

+ dockphobia icon +

+

+ make your Dock scared of the mouse +
+ + made by neon443 + +

+

+ + download + +

+
+
+ Have you ever wanted to use your Dock? well now you cant @@ -8,17 +28,17 @@ well now you cant - calculates the size of your screen & Dock - when your cursor is on the Dock (+ extra 5% of screen), the Dock moves to a different side of the screen - it also figures out the furthest it can be, for example if your cursor is at the top left quarter of the screen and near the Dock on the left, the dock moves to the bottom as that is the furthest, etc -- - -## Quick start Guide (Swift Mac App) -(Currently not functional) -``` -git clone https://github.com/neon443/DockPhobia -cd DockPhobia -open DockPhobia.xcodeproj -``` +## Quick start Guide (Mac App) +- Go to [releases](https://github.com/neon443/DockPhobia/releases) +- Download the latest version +- That's it! + +## Contributing +PRs welcome, as long as you use tabs instead of spaces lol ## Quick start Guide (Python version) +Dont use this, still here purely for archival purposes, use the native Mac app instead. ``` xcode-select --install /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"