Skip to content

Commit

Permalink
Remove sudo call when moving the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
juliensaad committed Sep 27, 2017
1 parent 5ac87f2 commit 9e81641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ swiftc BluetoothConnector.swift
I included an Automator workflow service that calls BluetoothConnector from `/usr/local/bin` to make it easier to run BluetoothConnector with a keyboard workflow (this is how I'm using it). First you need to compile a binary and move it to `/usr/local/bin/` like this:
```
swiftc BluetoothConnector.swift
sudo mv BluetoothConnector /usr/local/bin/BluetoothConnector
mv BluetoothConnector /usr/local/bin/BluetoothConnector
```
Then open the Automator workflow and you should get a prompt to install it (don't forget to change the MAC address).
To bind a shortcut to the Automator service, launch System Preferences and Go to `Keyboard > Shortcuts > Services`, find your service and add a shortcut to it.

0 comments on commit 9e81641

Please sign in to comment.