mirror of
https://github.com/glitternetwork/pinme.git
synced 2026-08-29 02:03:07 +08:00
fix: update readme
This commit is contained in:
+1
-2
@@ -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;
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user