Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
e93257eb
Commit
e93257eb
authored
Nov 08, 2014
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the readme
parent
8c20921a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
README.md
README.md
+15
-4
No files found.
README.md
View file @
e93257eb
...
...
@@ -36,6 +36,7 @@ ipfs - global versioned p2p merkledag file system
Basic commands:
init Initialize ipfs local configuration.
add <path> Add an object to ipfs.
cat <ref> Show ipfs object data.
ls <ref> List links from an object.
...
...
@@ -44,6 +45,7 @@ Basic commands:
Tool commands:
config Manage configuration.
update Download and apply go-ipfs updates.
version Show ipfs version information.
commands List all available commands.
...
...
@@ -51,6 +53,13 @@ Advanced Commands:
mount Mount an ipfs read-only mountpoint.
serve Serve an interface to ipfs.
net-diag Print network diagnostic
Plumbing commands:
block Interact with raw blocks in the datastore
object Interact with raw dag nodes
Use "ipfs help <command>" for more information about a command.
```
...
...
@@ -58,13 +67,15 @@ Use "ipfs help <command>" for more information about a command.
## Getting Started
To start using ipfs, you must first initialize ipfs's config files on your
system, this is done with
`ipfs init`
. See
`ipfs help init`
for information on
arguments it takes. After initialization is complete, you can use
`ipfs mount`
,
`ipfs add`
and any of the other commands to explore!
the optional
arguments it takes. After initialization is complete, you can use
`ipfs mount`
,
`ipfs add`
and any of the other commands to explore!
NOTE: if you have previously installed ipfs before and you are running into
problems getting it to work, try deleting (or backing up somewhere else) your
config directory (~/.go-ipfs by default) and rerunning
`ipfs init`
.
problems getting a newer version to work, try deleting (or backing up somewhere
else) your config directory (~/.go-ipfs by default) and rerunning
`ipfs init`
.
This will reinitialize the config file to its defaults and clear out the local
datastore of any bad entries.
## Contributing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment