Pick your OS and paste the command in your terminal.
YOUR-LICENSE-KEY in the command with the key from your purchase email (looks like EDITOR-XXXX-XXXX-XXXX-XXXX).Open Terminal and paste:
curl -sSL "https://frame-craft.net/api/install/mac?key=YOUR-LICENSE-KEY" | bash
Open PowerShell as Administrator and paste:
irm "https://frame-craft.net/api/install/win?key=YOUR-LICENSE-KEY" | iex