You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/commands/install.js
+1
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ class InstallCommand extends Command {
117
117
118
118
InstallCommand.global=true;
119
119
InstallCommand.description='Install a brand new instance of Ghost';
120
+
InstallCommand.longDescription='$0 install [version|local]\n Installs a new version of Ghost. Run `ghost install local` to install for local theme development/testing';
0 commit comments