mirror of
https://github.com/bitwarden/server
synced 2025-12-11 05:43:35 +00:00
next step is just start
This commit is contained in:
@@ -115,11 +115,11 @@ namespace Bit.Setup
|
|||||||
Console.WriteLine("\nNext steps, run:");
|
Console.WriteLine("\nNext steps, run:");
|
||||||
if(_context.HostOS == "win")
|
if(_context.HostOS == "win")
|
||||||
{
|
{
|
||||||
Console.WriteLine("`.\\bitwarden.ps1 -start` and then `.\\bitwarden.ps1 -updatedb`");
|
Console.WriteLine("`.\\bitwarden.ps1 -start`");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Console.WriteLine("`./bitwarden.sh start` and then `./bitwarden.sh updatedb`");
|
Console.WriteLine("`./bitwarden.sh start`");
|
||||||
}
|
}
|
||||||
Console.WriteLine(string.Empty);
|
Console.WriteLine(string.Empty);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user