-
Notifications
You must be signed in to change notification settings - Fork 66
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: setup and cli installation details #584
Conversation
# CLI Installation with Cargo | ||
|
||
## Prerequisites | ||
The best way to build Arbiter today is from source. |
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.
I would actually say that it's much easier to install from crates with cargo install arbiter
than from the source. I think it's good to include instructions for both but i crates is easier because you don't have to build from src.
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.
good point. will rework this part and probably just nix this particular line
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.
Looks really great! I think we are missing instructions on installing with cargo
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.
Looks good!
Codecov Report
@@ Coverage Diff @@
## main #584 +/- ##
=======================================
Coverage 58.75% 58.75%
=======================================
Files 11 11
Lines 3722 3722
=======================================
Hits 2187 2187
Misses 1535 1535 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Paging @Autoparallel or @kinrezC for a review here |
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.
Awesome work! I love to see the docs come along :)
Give an overview of the tasks completed
Link to issue(s) that this PR closes
Resolves #557