First, make sure there is IPNS Key in local IPFS keystore:
ipfs key list
If the key is not present, import with:
ipfs key import <name> <key>
Then, update IPNS record with:
ipfs name publish --key=<key name> /ipfs/...
First, make sure there is IPNS Key in local IPFS keystore:
ipfs key list
If the key is not present, import with:
ipfs key import <name> <key>
Then, update IPNS record with:
ipfs name publish --key=<key name> /ipfs/...