Clarifies firmware extraction documentation

McKay Ward
2016-03-08 12:12:51 -06:00
parent 64b3fcb2ca
commit bdb7e6296a

@@ -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'
```