diff --git a/Get-Started.md b/Get-Started.md index bce41fe..c6449a7 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -14,11 +14,10 @@ See [Additional Notes](#additional-notes) below in case you come across any issu ## Firmware extraction -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` +Download the firmware extraction tools and following these steps: +* Clone the git repository with `$ git clone https://github.com/patjak/facetimehd-firmware.git` * Dependencies for make are curl, xzcat and cpio -* Under bcwc_pcie/firmware type `$ make` and then as root type `# make install` +* In the cloned repository type `$ make` and then as root type `# make install` * Result should be like: ``` @@ -26,11 +25,11 @@ $ make Dowloading the driver, please wait... -Found matching hash from OS X, El Capitan 10.11.2 +Found matching hash from OS X, El Capitan 10.11.5 ==> Extracting firmware... --> Decompressing the firmware using gzip... --> Deleting temporary files... - --> Extracted firmware version 1.43.2 + --> Extracted firmware version 1.43.0 ``` ```