Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/kubo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4c55b30e4874
Choose a base ref
...
head repository: ipfs/kubo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1694b7913fb1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 6, 2015

  1. Add link to init system examples - closes #1430

    License: MIT
    Signed-off-by: Sean Lang <slang800@gmail.com>
    notslang committed Jul 6, 2015

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    7ede3f4 View commit details
  2. Merge pull request #1447 from slang800/patch-1

    add link to init system examples
    jbenet committed Jul 6, 2015
    Copy the full SHA
    1694b79 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 README.md
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ dependencies as well.
(See https://github.com/ipfs/go-ipfs/issues/177)
* For more details on setting up FUSE (so that you can mount the filesystem), see the docs folder
* Shell command completion is available in `misc/completion/ipfs-completion.bash`. Read [docs/command-completion.md](docs/command-completion.md) to learn how to install it.
* See the [init examples](https://github.com/ipfs/examples/tree/master/examples/init) for how to connect IPFS to systemd or whatever init system your distro uses.


## Usage