Skip to content

Commit 776d3f7

Browse files
authored
Merge pull request usecannon#194 from usecannon/setup-cli-fix
setup ipfs prompt update
2 parents 6793b5b + 2702c45 commit 776d3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/src/commands/setup.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ export async function setup() {
4747
type: 'text',
4848
name: 'publishIpfsUrl',
4949
message:
50-
'What IPFS endpoint would you like to use when publishing packages? (This may look like https://<project-id>:<api-key-secret>@ipfs.infura.io:5001) You can leave this blank and set it later.\n',
50+
'What IPFS endpoint would you like to use when publishing packages? (This may start with https+ipfs://) Avoid using Infura, as pinned files can’t be reliably accessed from other gateways. You can leave this blank and set it later.\n',
5151
initial: fileSettings.publishIpfsUrl,
5252
},
5353
{
5454
type: 'text',
5555
name: 'ipfsUrl',
5656
message:
57-
'What IPFS endpoint would you like to use when building? This can be local (e.g. http://localhost:5001 when running a local IPFS daemon) or remote, like Infura.\n',
57+
'What IPFS endpoint would you like to use when building? This can be local (e.g. http://localhost:5001 when running a local IPFS daemon) or remote.\n',
5858
initial: fileSettings.ipfsUrl || fileSettings.publishIpfsUrl || '',
5959
},
6060
{

0 commit comments

Comments
 (0)