Fix file command.

It's ipfs files ls, not ipfs ls to browse the MFS.
Hunter Jozwiak 2024-01-22 13:38:09 -05:00
parent 9f626f6ed0
commit dbbd225d41

@ -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