-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: fix missing 'apt get install', make build steps more prominent, format consistently #6120
Conversation
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.
LGTM 👍
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.
utACK 72a322a
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.
needs rebase on develop
Yes; we don't merge into master directly; please PR these changes to develop instead |
…e to 'apt's sutble dependencies on interactive environment)
Updated. I checked in ignore-whitespace mode to make sure no undesirable changes occurred: https://github.com/dashpay/dash/pull/6120/files?diff=unified&w=1 |
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.
utACK 185e0fa
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.
utACK 185e0fa
Developers come to Dash should have clear instruction for how to build / compile just by scanning the README.
Also, the instructions should be correct and consistent.
What was done?
apt-get
=>apt-get install
(fix typo)apt install
=>apt-get install
(due to subtle bugs withapt
in non-interactive scripts)doc folder
=>./doc/
(easy to find via ctrl+f or scanning)
```sh
consistently for shell formatting (rather than mixing```bash
,```shell
, and```sh
How Has This Been Tested?
See https://github.com/dashhive/dash/tree/doc-build-docs.
Note that it's formatted well and consistently and the typos are fixed.
Breaking Changes
N/A
Only fixes here.
Checklist:
I have commented my code, particularly in hard-to-understand areasI have added or updated relevant unit/integration/functional/e2e tests