Last active
December 10, 2015 01:08
-
-
Save codeprimate/4356031 to your computer and use it in GitHub Desktop.
Fix "boxes" command installed by Brew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This will correct the error: "boxes: can't find config file" | |
sudo ln -s /usr/local/Cellar/boxes/1.1/share/boxes-config /usr/share/boxes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will correct the error: "boxes: can't find config file"
sudo ln -s /usr/local/Cellar/boxes/1.1.1/share/boxes-config /usr/share/boxes
in my case not 1.1 because there is no 1.1 folder