From 04a312bcbbbf5acff569915e013891360659e111 Mon Sep 17 00:00:00 2001 From: Simon Perdrisat Date: Sun, 17 Oct 2021 16:37:06 +0200 Subject: instruction to install with package managers --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac72385..65fd5b3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,15 @@ It usually involves 2 actions : Installation ------------ -In the terminal, cd to the main directory of dylibbundler and type "make". You can install with "sudo make install". +In the terminal, cd to the main directory of dylibbundler and type ```make```. You can install with ```sudo make install```. + +**Install with MacPorts** + +```sudo port install dylibbundler``` + +**Install with Brew** + +```brew install dylibbundler``` Feedback / Contact -- cgit v1.2.3