-
Notifications
You must be signed in to change notification settings - Fork 40
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
docs: update the readme to latest working one #908
Conversation
Codecov ReportBase: 49.49% // Head: 49.51% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #908 +/- ##
===========================================
+ Coverage 49.49% 49.51% +0.01%
===========================================
Files 126 126
Lines 12556 12556
===========================================
+ Hits 6215 6217 +2
+ Misses 5922 5919 -3
- Partials 419 420 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
README.md
Outdated
|
||
Please [install it](https://golang.org/dl) or use brew on macOS: `brew install go` and `brew install dep`. |
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.
dep
should be unnecessary now
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.
fixed
Co-authored-by: Owen <[email protected]>
Co-authored-by: Owen <[email protected]>
Co-authored-by: Owen <[email protected]>
Co-authored-by: Owen <[email protected]>
Description
The current readme is totally out of date, this PR fix it.
Rationale
The following update is made in this PR:
Example
No
Changes
Document fix.
Preflight checks
make build
)make test
)make integration_test
)