From fd8f5be11720148fb1f7dd469df1c7b4e6d931df Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 17 Sep 2018 15:18:49 -0400 Subject: [PATCH] new line --- util/Setup/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Setup/Program.cs b/util/Setup/Program.cs index cc849726da..f4168dc7c3 100644 --- a/util/Setup/Program.cs +++ b/util/Setup/Program.cs @@ -93,7 +93,7 @@ namespace Bit.Setup Console.WriteLine("\nInstallation complete"); Console.WriteLine("\nIf you need to make additional configuration changes, you can modify\n" + - "the settings in `{0}` and then run {1}", + "the settings in `{0}` and then run:\n{1}", _context.HostOS == "win" ? ".\\bwdata\\config.yml" : "./bwdata/config.yml", _context.HostOS == "win" ? "`.\\bitwarden.ps1 -rebuild` or `.\\bitwarden.ps1 -update`" : "`./bitwarden.sh rebuild` or `./bitwarden.sh update`");