From bdb7e6296a5d3ccbbb2eb5dc613e5f2f0bed2ee4 Mon Sep 17 00:00:00 2001 From: McKay Ward Date: Tue, 8 Mar 2016 12:12:51 -0600 Subject: [PATCH] Clarifies firmware extraction documentation --- Get-Started.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Get-Started.md b/Get-Started.md index efb6d3a..069fe83 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -13,8 +13,10 @@ See [Additional Notes](#additional-notes) below in case you come across any issu ## Firmware extraction -* Download the driver (zip version) and extract it -* Under bcwc_pcie-master/firmware type "make" and then as root type "make install" +Download the driver (zip version) and extract it by following these steps: +* Clone the git repository with `$ git clone https://github.com/patjak/bcwc_pcie.git` +* Change to the firmware directory with `$ cd bcwc_pcie/firmware` +* Under bcwc_pcie-master/firmware type `$ make` and then as root type `# make install` * Result should be like: ``` @@ -30,7 +32,7 @@ Found matching hash from OS X, El Capitan 10.11.2 ``` ``` -$ make install +# make install Copying firmware into '//usr/lib/firmware/facetimehd' ```