diff --git a/bucket/starship.json b/bucket/starship.json index 5d5db9747c..b99f4a7ef7 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -19,5 +19,9 @@ "url": "https://github.com/starship/starship/releases/download/v$version/starship-x86_64-pc-windows-msvc.zip" } } - } + }, + "notes": [ + "Usage: Add 'Invoke-Expression (&starship init powershell)' to the end of your PowerShell $PROFILE.", + "Prerequisites: A Powerline font installed and enabled in your terminal." + ] }