From 85f1c9bfad4f59f91465280689c696dedd67f6f5 Mon Sep 17 00:00:00 2001 From: peter-iakovlev Date: Fri, 14 Jun 2019 15:35:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a9768dd90..133afbe21a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ 1. Install the brew package manager, if you haven’t already. 2. Install the packages pkg-config, yasm: +``` brew install pkg-config yasm +``` 3. Clone the project from GitHub: ```