diff --git a/README.md b/README.md
index 78084d7..5c4daa7 100644
--- a/README.md
+++ b/README.md
@@ -74,61 +74,6 @@ Find more details on the [website](https://ollama4j.github.io/ollama4j/).
-
- -Local Installation - - | - -- -Docker Installation - - | -
- -Download for macOS - -Download for Windows - -Install on Linux - -```shell -curl -fsSL https://ollama.com/install.sh | sh -``` - - | -- - - -CPU only - -```shell -docker run -d -p 11434:11434 \ - -v ollama:/root/.ollama \ - --name ollama \ - ollama/ollama -``` - -NVIDIA GPU - -```shell -docker run -d -p 11434:11434 \ - --gpus=all \ - -v ollama:/root/.ollama \ - --name ollama \ - ollama/ollama -``` - - | -