From 4ed9b2ac97d41e0ca8d27573c1a796c893156acc Mon Sep 17 00:00:00 2001 From: JBGruber Date: Tue, 1 Oct 2024 23:25:49 +0200 Subject: [PATCH] correction in Readme --- README.Rmd | 4 ++-- README.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index 2a98dde..8e48395 100644 --- a/README.Rmd +++ b/README.Rmd @@ -58,9 +58,9 @@ rollama::ping_ollama() The advantage of running things through Docker is that the application is isolated from the rest of your system, behvaes the same on different systems, and is easy to download and update. You can also get a nice web interface. -After making sure [Docker](https://docs.docker.com/desktop/) is installed, you can simply use the Docker Compose file from [this gist](https://gist.github.com/JBGruber/73f9f49f833c6171b8607b976abc0ddc): +After making sure [Docker](https://docs.docker.com/desktop/) is installed, you can simply use the Docker Compose file from [this gist](https://gist.github.com/JBGruber/73f9f49f833c6171b8607b976abc0ddc). -If you don't know how to use Docker Compose, you can follow this video: +If you don’t know how to use Docker Compose, you can follow this video to use the compose file and start Ollama and Open WebUI: [![Install Docker on macOS, Windows and Linux](https://img.youtube.com/vi/iMyCdd5nP5U/0.jpg)](https://www.youtube.com/watch?v=iMyCdd5nP5U) diff --git a/README.md b/README.md index 446f565..6f1c491 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,10 @@ is isolated from the rest of your system, behvaes the same on different systems, and is easy to download and update. You can also get a nice web interface. After making sure [Docker](https://docs.docker.com/desktop/) is installed, you can simply use the Docker Compose file from [this -gist](https://gist.github.com/JBGruber/73f9f49f833c6171b8607b976abc0ddc): +gist](https://gist.github.com/JBGruber/73f9f49f833c6171b8607b976abc0ddc). -If you don’t know how to use Docker Compose, you can follow this video: +If you don’t know how to use Docker Compose, you can follow this video +to use the compose file and start Ollama and Open WebUI: [![Install Docker on macOS, Windows and Linux](https://img.youtube.com/vi/iMyCdd5nP5U/0.jpg)](https://www.youtube.com/watch?v=iMyCdd5nP5U)