1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

next step is just start

This commit is contained in:
Kyle Spearrin 2019-03-25 16:24:16 -04:00
parent 5da0edb412
commit 085c13f508

View File

@ -115,11 +115,11 @@ namespace Bit.Setup
Console.WriteLine("\nNext steps, run:");
if(_context.HostOS == "win")
{
Console.WriteLine("`.\\bitwarden.ps1 -start` and then `.\\bitwarden.ps1 -updatedb`");
Console.WriteLine("`.\\bitwarden.ps1 -start`");
}
else
{
Console.WriteLine("`./bitwarden.sh start` and then `./bitwarden.sh updatedb`");
Console.WriteLine("`./bitwarden.sh start`");
}
Console.WriteLine(string.Empty);
}