From 9106734bfc9f052d957d6386f498c4bb161f32f8 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Thu, 14 Nov 2019 13:42:50 +0800 Subject: [PATCH] starship: Add usage notes (#569) --- bucket/starship.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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." + ] }