# Notes This paste contains various notes, tips and tricks relevant to the resources listed in Kalyankari Collection. ## Allow External Installations on MacOS Pasting this in Terminal should let you install apps you downloaded from the internet, in case your system is blocking it: `sudo spctl --master-disable` And use the following command if you want to undo this change: `sudo spctl --master-enable`