mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 00:39:31 +08:00
Merge pull request #2883 from ipfs/feature/standardize-readme
Standardized Readme
This commit is contained in:
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014 Juan Batiz-Benet
|
||||
Copyright (c) 2016 Juan Batiz-Benet
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
47
README.md
47
README.md
@ -1,7 +1,15 @@
|
||||

|
||||
# go-ipfs
|
||||
|
||||
# IPFS implementation in Go
|
||||
[](https://godoc.org/github.com/ipfs/go-ipfs) [](https://travis-ci.org/ipfs/go-ipfs)
|
||||

|
||||
|
||||
[](http://ipn.io)
|
||||
[](http://ipfs.io/)
|
||||
[](http://webchat.freenode.net/?channels=%23ipfs)
|
||||
[](https://github.com/RichardLitt/standard-readme)
|
||||
[](https://godoc.org/github.com/ipfs/go-ipfs)
|
||||
[](https://travis-ci.org/ipfs/go-ipfs)
|
||||
|
||||
> IPFS implementation in Go
|
||||
|
||||
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from
|
||||
Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm,
|
||||
@ -12,7 +20,7 @@ For more info see: https://github.com/ipfs/ipfs.
|
||||
|
||||
Please put all issues regarding IPFS _design_ in the
|
||||
[ipfs repo issues](https://github.com/ipfs/ipfs/issues).
|
||||
Please put all issues regarding Go IPFS _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues).
|
||||
Please put all issues regarding the Go IPFS _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues).
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@ -20,18 +28,20 @@ Please put all issues regarding Go IPFS _implementation_ in [this repo](https://
|
||||
- [Install](#install)
|
||||
- [Install prebuilt packages](#install-prebuilt-packages)
|
||||
- [Build from Source](#build-from-source)
|
||||
- [Prerequisite: Install Go](#prerequisite-install-go)
|
||||
- [Download + Compile IPFS](#download--compile-ipfs)
|
||||
- [Install Go](#install-go)
|
||||
- [Download and Compile IPFS](#download-and-compile-ipfs)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Development Dependencies](#development-dependencies)
|
||||
- [Updating](#updating)
|
||||
- [Updating](#updating)
|
||||
- [Usage](#usage)
|
||||
- [Getting Started](#getting-started)
|
||||
- [Some things to try](#some-things-to-try)
|
||||
- [Docker usage](#docker-usage)
|
||||
- [Docker usage with VirtualBox/boot2docker (OSX and Windows)](#docker-usage-with-virtualboxboot2docker-osx-and-windows)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Contributing](#contributing)
|
||||
- [Troubleshooting](#troubleshooting-1)
|
||||
- [Todo](#todo)
|
||||
- [Contributing](#contributing)
|
||||
- [Want to hack on IPFS?](#want-to-hack-on-ipfs)
|
||||
- [License](#license)
|
||||
|
||||
## Security Issues
|
||||
@ -71,7 +81,7 @@ export PATH=$PATH:$GOPATH/bin
|
||||
|
||||
(If you run into trouble, see the [Go install instructions](https://golang.org/doc/install)).
|
||||
|
||||
#### Download + Compile IPFS
|
||||
#### Download and Compile IPFS
|
||||
|
||||
go-ipfs differs from the vanilla `go get` flow: it uses
|
||||
[gx](https://github.com/whyrusleeping/gx)/[gx-go](https://github.com/whyrusleeping/gx-go)
|
||||
@ -110,7 +120,8 @@ dependencies as well.
|
||||
|
||||
If you make changes to the protocol buffers, you will need to install the [protoc compiler](https://github.com/google/protobuf).
|
||||
|
||||
## Updating
|
||||
### Updating
|
||||
|
||||
IPFS has an updating tool that can be accessed through `ipfs update`. The tool is
|
||||
not installed alongside IPFS in order to keep that logic independent of the main
|
||||
codebase. To install `ipfs update`, either [download it here](https://gobuilder.me/github.com/ipfs/ipfs-update)
|
||||
@ -255,14 +266,20 @@ For any other problems, check the [issues list](https://github.com/ipfs/go-ipfs/
|
||||
and if you dont see your problem there, either come talk to us on irc (freenode #ipfs) or
|
||||
file an issue of your own!
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see [Contribute.md](contribute.md)!
|
||||
|
||||
## Todo
|
||||
|
||||
An IPFS alpha version has been released in February 2015. Things left to be done are all marked as [issues](https://github.com/ipfs/go-ipfs/issues).
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see [Contribute.md](contribute.md)!
|
||||
|
||||
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
|
||||
|
||||
### Want to hack on IPFS?
|
||||
|
||||
[](https://github.com/ipfs/community/blob/master/contributing.md)
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
Reference in New Issue
Block a user