From 4fdcfaf94250bacf79c14bdf86d872a5aad336d8 Mon Sep 17 00:00:00 2001 From: Mert Cobanov Date: Fri, 26 Apr 2024 05:14:22 +0300 Subject: [PATCH] Update README.md with Docker compose instructions and fix formatting --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08817fc..3fb5340 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,6 @@ docker run -p 7860:7860 web_summarizer # Run if you run ollama on host docker run --network='host' -p 7860:7860 web_summarizer - -# Run both app and ollama as docker containers -docker compose up ``` @@ -58,10 +55,10 @@ docker compose up To contribute to the development of this script, clone the repository, make your changes, and submit a pull request. We welcome contributions that improve the script's functionality or extend its capabilities. -- [ ] Summarizer youtube +- [ ] Summarize youtube videos - [x] Dockerize project - [ ] Serve on web ## License -This script is released under the MIT License. See the LICENSE file in the repository for full details. +This script is released under the MIT License. See the [LICENSE](./LICENSE) file in the repository for full details.