fix: update readme

This commit is contained in:
junchi.zhang
2026-01-06 18:03:50 +08:00
parent 359d09e46d
commit c7911cbc09
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -89,7 +89,6 @@ export default async (options?: RemoveOptions): Promise<void> => {
console.log(chalk.red(`Invalid input format: ${argHash}`));
console.log(chalk.yellow('Supported formats:'));
console.log(chalk.yellow(' - IPFS hash: bafybeig...'));
console.log(chalk.yellow(' - Full URL: https://bafybeig....pinme.dev'));
console.log(chalk.yellow(' - Subname: 3abt6ztu'));
console.log(chalk.yellow(' - Subname URL: https://3abt6ztu.pinit.eth.limo'));
return;
@@ -140,7 +139,7 @@ export default async (options?: RemoveOptions): Promise<void> => {
}
const parsedInput = parseInput(input.trim());
if (!parsedInput) {
return 'Invalid format. Supported: IPFS hash, full URL (*.pinme.dev), subname, or subname URL (*.pinit.eth.limo)';
return 'Invalid format. Supported: IPFS hash, full URL (*), subname, or subname URL (*.pinit.eth.limo)';
}
return true;
},
+1 -2
View File
@@ -58,8 +58,7 @@ pinme upload ./
After successful deployment, PinMe will output the CID and access links. You can access the documentation via:
- IPFS Gateway: `https://ipfs.glitterprotocol.dev/ipfs/<your-CID>`
- PinMe Gateway: `https://pinme.dev/ipfs/<your-CID>`
- IPFS Gateway: `https://ipfs.io/ipfs/<your-CID>`
## Updating Documentation
+1 -2
View File
@@ -61,8 +61,7 @@ pinme upload ./public
After successful deployment, PinMe will output the CID and access links. You can access your blog via:
- IPFS Gateway: `https://ipfs.glitterprotocol.dev/ipfs/<your-CID>`
- PinMe Gateway: `https://pinme.dev/ipfs/<your-CID>`
- IPFS Gateway: `https://ipfs.io/ipfs/<your-CID>`
- Or set up a custom domain
## Custom Domain
+1 -2
View File
@@ -60,8 +60,7 @@ pinme upload ./dist
After successful deployment, PinMe will output the CID and access links. You can access your blog via:
- IPFS Gateway: `https://ipfs.glitterprotocol.dev/ipfs/<your-CID>`
- PinMe Gateway: `https://pinme.dev/ipfs/<your-CID>`
- IPFS Gateway: `https://ipfs.io/ipfs/<your-CID>`
- Or set up a custom domain (see PinMe documentation)
## Contributing