Skip to content

Commit 717d7c7

Browse files
committed
chore(cli): add github in create (#851)
1 parent c5206b6 commit 717d7c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/actor-core-cli/src/commands/create.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,17 @@ export async function action(
221221
<Text>Rust: <Text underline>https://actorcore.org/clients/rust</Text></Text>
222222
</Box>
223223

224-
<Text>For more information, visit</Text>
224+
<Text>Documentation</Text>
225225

226226
<Box flexDirection="column" marginX={3} marginY={1}>
227227
<Text underline>https://actorcore.org/</Text>
228228
</Box>
229+
230+
<Text>▸ Support ActorCore, give us a star</Text>
231+
232+
<Box flexDirection="column" marginX={3} marginY={1}>
233+
<Text underline>https://github.com/rivet-gg/actor-core</Text>
234+
</Box>
229235
</Box>
230236
</>,
231237
);

0 commit comments

Comments
 (0)