From e717859c13ef0d6c1a6eb31b05c686ae70058ea4 Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Sat, 20 Jan 2024 16:03:36 -0500 Subject: [PATCH] Fix pin add instruction. You do need to use /ipns/games-archive.stormux.org. --- ipfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs.md b/ipfs.md index d21d2d4..d6c569f 100644 --- a/ipfs.md +++ b/ipfs.md @@ -58,7 +58,7 @@ In brief, these flags allow for migrating the daemon automatically when you inst Now that yu have the IPFS node running, you can now get the archive and pin a copy locally by way of its IPNS key. ```bash -ipfs pin add games-archive.stormux.org +ipfs pin add /ipns/games-archive.stormux.org ```