From 9863c93c027cda61fadf4dba8d64bc046619f997 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 6 Apr 2023 23:18:47 +0000 Subject: [PATCH] Fix brew tap url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10609cb..4d28cef 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Note that adding a user to group *docker* has serious security implications. Che $ brew cask install docker $ open --background -a Docker && sleep 1m - $ brew tap jollheef/repo + $ brew tap out-of-tree/repo $ brew install out-of-tree Read [documentation](https://out-of-tree.readthedocs.io) for further info.