-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README #120
Update README #120
Conversation
mishmosh
commented
Feb 11, 2020
- list & add one-liner description for each component
- stub a Usage section, for a future PR
- list & add one-liner description for each component - stub a Usage section, for a future PR
README.md
Outdated
|
||
**Requires go 1.13** | ||
|
||
Install the module in your package or app with `go get "github.com/filecoin-project/go-fil-markets/filmarkets"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably wrong, @shannonwells please correct :)
Codecov Report
@@ Coverage Diff @@
## master #120 +/- ##
=======================================
Coverage 35.26% 35.26%
=======================================
Files 43 43
Lines 3279 3279
=======================================
Hits 1156 1156
Misses 1791 1791
Partials 332 332 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggested change
README.md
Outdated
|
||
**Requires go 1.13** | ||
|
||
Install the module in your package or app with `go get "github.com/filecoin-project/go-fil-markets/filmarkets"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Install the go-fil-markets module that you want to use. Available modules are:
filestore
pieceio
piecestore
retrievalmarket
storagemarket
Install with:
go get "github.com/filecoin-project/go-fil-markets/<module>"