Skip to content

Commit 4ec4de1

Browse files
committed
verbage
1 parent 8b23796 commit 4ec4de1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/setup.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if (import.meta.main) {
7171
// console.error(_error);
7272
}
7373

74-
intro(color.bgCyan(" WorldQL Setup "));
74+
intro(color.bgCyan(" Dreamlab Setup "));
7575

7676
// await task("Initializing Dreamlab environment", async () => {
7777
// await Promise.all([initEditorEnv(DREAMLAB_ROOT), initServerEnv(DREAMLAB_ROOT)]);
@@ -81,9 +81,9 @@ if (import.meta.main) {
8181

8282
await Promise.all([initEditorEnv(DREAMLAB_ROOT), initServerEnv(DREAMLAB_ROOT)]);
8383

84-
log.success("Initialized Dreamlab environment. This is the game engine that powers WorldQL!");
84+
log.success("Initialized Dreamlab environment. Installed 'dreamlab' command.");
8585

86-
outro(`You're good to go!`);
86+
outro(`You're good to go! Please open a new terminal window.`);
8787

8888
Deno.exit(0);
8989
}

0 commit comments

Comments
 (0)