diff --git a/README.md b/README.md
index a8cc174c4..0abddd6c3 100644
--- a/README.md
+++ b/README.md
@@ -62,36 +62,6 @@
**LocalAI** is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacement REST API that's compatible with OpenAI (Elevenlabs, Anthropic... ) API specifications for local AI inferencing. It allows you to run LLMs, generate images, audio (and not only) locally or on-prem with consumer grade hardware, supporting multiple model families. Does not require GPU. It is created and maintained by [Ettore Di Giacinto](https://github.com/mudler).
-
-Table of Contents
-
-- [Local Stack Family](#local-stack-family)
-- [Screenshots / Video](#screenshots--video)
-- [Quickstart](#-quickstart)
- - [macOS Download](#macos-download)
- - [Containers (Docker, podman, ...)](#containers-docker-podman-)
-- [Latest project news](#-latest-project-news)
-- [Features](#-features)
-- [Supported Backends & Acceleration](#-supported-backends--acceleration)
- - [Text Generation & Language Models](#text-generation--language-models)
- - [Audio & Speech Processing](#audio--speech-processing)
- - [Image & Video Generation](#image--video-generation)
- - [Specialized AI Tasks](#specialized-ai-tasks)
- - [Hardware Acceleration Matrix](#hardware-acceleration-matrix)
- - [Community and integrations](#-community-and-integrations)
- - [Resources](#-resources)
-- [Media, Blogs, Social](#book--media-blogs-social)
-- [Autonomous Development Team](#-autonomous-development-team)
-- [Citation](#citation)
-- [Sponsors](#️-sponsors)
- - [Individual sponsors](#individual-sponsors)
-- [Star history](#-star-history)
-- [License](#-license)
-- [Acknowledgements](#-acknowledgements)
-- [Contributors](#-contributors)
-
-
-
## Screenshots / Video
### Chat, Model gallery
@@ -110,8 +80,6 @@ https://github.com/user-attachments/assets/6270b331-e21d-4087-a540-6290006b381a
-
-
## 💻 Quickstart
### macOS Download:
@@ -121,6 +89,7 @@ https://github.com/user-attachments/assets/6270b331-e21d-4087-a540-6290006b381a
> Note: the DMGs are not signed by Apple as quarantined. See https://github.com/mudler/LocalAI/issues/6268 for a workaround, fix is tracked here: https://github.com/mudler/LocalAI/issues/6244
+> Install the DMG and paste this code into terminal: `sudo xattr -d com.apple.quarantine /Applications/LocalAI.app`
### Containers (Docker, podman, ...)