starship: Add usage notes (#569)

This commit is contained in:
Chawye Hsu 2019-11-14 13:42:50 +08:00 committed by Hsiao-nan Cheung
parent 7afd03d37f
commit 9106734bfc

View File

@ -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."
]
}