From 4780b1efb3c9aec3fc233f908bf58710902f130f Mon Sep 17 00:00:00 2001 From: "TeslaOwner.tips" <78335749+TeslaOwnerTips@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:33:25 -0400 Subject: [PATCH] Update README.md Removed - Mac: Make sure Rust is installed ``` brew info rust ``` ``` brew install rust ``` --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index fb667df..e618678 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,6 @@ git clone https://github.com/madiele/vod2pod-rss.git ## Docker - Install [Docker Compose](https://docs.docker.com/compose/install/) - Precompiled images are available [here](https://hub.docker.com/r/madiele/vod2pod-rss/) for linux machines with arm64, amd64 and armv7 (raspberry pis are supported). -- Mac: Make sure Rust is installed - ``` - brew info rust - ``` - ``` - brew install rust - ``` ### Docker Compose ```