mirror of
https://github.com/bitwarden/server.git
synced 2025-02-01 23:31:41 +01:00
new line
This commit is contained in:
parent
5d9804bded
commit
fd8f5be117
@ -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`");
|
||||
|
Loading…
Reference in New Issue
Block a user