Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Perdrisat <perdrisat@gmail.com>2021-10-17 17:37:06 +0300
committerGitHub <noreply@github.com>2021-10-17 17:37:06 +0300
commit04a312bcbbbf5acff569915e013891360659e111 (patch)
tree7e0ba80bc2f6b058760352a131d002a0fb97affc
parent5a6413cc4ea688ed59209b062f05aef092ee4585 (diff)
instruction to install with package managers
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
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