Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ try {
Say "note: another 'lore' is at $priorLore - ensure $InstallDir comes first on PATH"
}
Say ""
Say "Done. Run 'lore --version', or re-run with -Demo to launch a local server."
Say "Done. Run 'lore --version'."
Say "To launch a local server, re-run the installer with -Demo; -Demo is not a lore command."
Remove-Item -Recurse -Force $Work -ErrorAction SilentlyContinue
}
}
Expand Down
3 changes: 2 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,6 @@ else
say "note: another 'lore' is at $PRIOR_LORE — ensure $INSTALL_DIR comes first on PATH"
fi
say ""
say "Done. Run 'lore --version', or re-run with --demo to launch a local server."
say "Done. Run 'lore --version'."
say "To launch a local server, re-run the installer with --demo; --demo is not a lore command."
fi