Skip to content

Commit e07f256

Browse files
chore: update post-install text
1 parent d9d95a3 commit e07f256

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

source/components/steps/PostInstall.tsx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import figures from 'figures'
22
import { Box, Text } from 'ink'
33
import Link from 'ink-link'
4-
import React, { type FC } from 'react'
4+
import type { FC } from 'react'
55
import type { InstallationType, MultiSelectItem } from '../../types/types.js'
66
import { featureSelected } from '../../utils/utils.js'
77
import Divider from '../Divider.js'
@@ -30,8 +30,8 @@ const SubgraphWarningMessage: FC = () => (
3030
<Box flexDirection={'column'}>
3131
<Text>
3232
1- Provide your own API key for <Text bold>PUBLIC_SUBGRAPHS_API_KEY</Text> in{' '}
33-
<Text bold>.env.local</Text> You can get one at{' '}
34-
<Link url="https://thegraph.com/studio/apikeys">https://thegraph.com/studio/apikeys</Link>
33+
<Text bold>.env.local</Text> You can get one{' '}
34+
<Link url="https://thegraph.com/studio/apikeys">here</Link>
3535
</Text>
3636
<Text>
3737
2- After the API key is correctly configured, run <Text bold>pnpm subgraph-codegen</Text> in
@@ -72,9 +72,12 @@ const PostInstallMessage: FC<{ projectName: string }> = ({ projectName }) => (
7272
- Check out <Text bold>.env.local</Text> for more configurations.
7373
</Text>
7474
<Text>
75-
- Read the docs at{' '}
76-
<Link url="https://docs.dappbooster.dev">https://docs.dappbooster.dev</Link> to know more
77-
about <Text bold>dAppBooster</Text>
75+
- Read <Link url="https://docs.dappbooster.dev">the docs</Link> to know more about{' '}
76+
<Text bold>dAppBooster</Text>!
77+
</Text>
78+
<Text>
79+
- Report issues with this installer{' '}
80+
<Link url="https://github.com/BootNodeDev/dAppBoosterInstallScript/issues">here</Link>
7881
</Text>
7982
</Box>
8083
</Box>

0 commit comments

Comments
 (0)