From dbbd225d41deca5ee41bf3c2f07b42fefdb09261 Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Mon, 22 Jan 2024 13:38:09 -0500 Subject: [PATCH] Fix file command. It's ipfs files ls, not ipfs ls to browse the MFS. --- ipfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs.md b/ipfs.md index 3dacee0..927926b 100644 --- a/ipfs.md +++ b/ipfs.md @@ -71,7 +71,7 @@ If you want an easier way to parooze the archive, you can put it into your MFS ( ipfs files cp $(ipfs name resolve /ipns/games-archive.stormux.org) /games-archive ``` -Now you can do ipfs ls /games-archive instead of a longer path. +Now you can do ipfs files ls /games-archive instead of a longer path. ### Syncing the Archive