Skip to content
This repository was archived by the owner on Jun 30, 2019. It is now read-only.

Commit 14cb646

Browse files
committed
Update README with kext-dev-mode warning and updated installer link
1 parent 18f6afd commit 14cb646

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
## WavTap
22

3-
Capture whatever your mac is playing to a .wav file on your Desktop—as simply as a screenshot
3+
Capture whatever your mac is playing to a .wav file on your Desktop—as simply as a screenshot.
44

55
![](screenshot.png)
66

7-
(this is alpha software. it's sorta stable, with caveats.)
7+
(This is alpha software. It will cause your computer to catch fire. 🔥)
88

99
#### Installation
1010

11-
run the [installer](https://github.com/downloads/pje/WavTap/WavTap%200.2.0.pkg).
11+
Run the [installer](https://github.com/pje/WavTap/releases/download/0.3.0/WavTap.0.3.0.pkg).
12+
13+
**NB**: As of 10.10, OSX now bans drivers that haven't received explicit approval from Apple. The only workaround I'm aware of is to set a system flag to [globally allow **all** unsigned kernel extensions](http://apple.stackexchange.com/questions/163059/how-can-i-disable-kext-signing-in-mac-os-x-10-10-yosemite). This means WavTap *will not work* unless you've enabled `kext-dev-mode`, using something like this:
14+
15+
```shell
16+
sudo nvram boot-args=kext-dev-mode=1
17+
```
18+
19+
Yes, [this sucks](https://www.gnu.org/philosophy/can-you-trust.html).
1220

1321
#### Uninstallation
1422

0 commit comments

Comments
 (0)