We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5206b6 commit 717d7c7Copy full SHA for 717d7c7
packages/actor-core-cli/src/commands/create.tsx
@@ -221,11 +221,17 @@ export async function action(
221
<Text>Rust: <Text underline>https://actorcore.org/clients/rust</Text></Text>
222
</Box>
223
224
- <Text>▸ For more information, visit</Text>
+ <Text>▸ Documentation</Text>
225
226
<Box flexDirection="column" marginX={3} marginY={1}>
227
<Text underline>https://actorcore.org/</Text>
228
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>
235
236
</>,
237
);
0 commit comments