Installs the package registry in Unity Package Manager.
You can install individual packages from there.
Unity → Window → Package Manager → Add package from Git URL...
https://github.com/leogesteira/beat-unity.git
Use this if you prefer a registry-based workflow.
Add this block to your manifest.json:
"scopedRegistries": [
{
"name": "Beat Unity",
"url": "https://beat-unity.com/",
"scopes": [ "beat" ]
}
]