From 4902361fd58dd2d1b381cde1b04fc7635e6f450c Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Tue, 11 Nov 2014 16:20:32 -0800 Subject: [PATCH] cmd/ipfs2: Updated readme --- cmd/ipfs2/README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/cmd/ipfs2/README.md b/cmd/ipfs2/README.md index 0051f68e9..5b47554b3 100644 --- a/cmd/ipfs2/README.md +++ b/cmd/ipfs2/README.md @@ -10,20 +10,29 @@ ipfs - global versioned p2p merkledag file system Basic commands: - add Add an object to ipfs. - cat Show ipfs object data. - ls List links from an object. - refs List link hashes from an object. + init Initialize ipfs local configurationx + add Add an object to ipfs + cat Show ipfs object data + ls List links from an object Tool commands: - config Manage configuration. - version Show ipfs version information. - commands List all available commands. + config Manage configuration + update Download and apply go-ipfs updates + version Show ipfs version information + commands List all available commands Advanced Commands: - mount Mount an ipfs read-only mountpoint. + mount Mount an ipfs read-only mountpoint + serve Serve an interface to ipfs + diag Print diagnostics + +Plumbing commands: + + block Interact with raw blocks in the datastore + object Interact with raw dag nodes + Use "ipfs help " for more information about a command. ```