Skip to content

change Ubuntu to Debian-based distros #4376

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

niyumard
Copy link

The sentence is correct for all Debian-based distros like Mint and Pop OS as well as Ubuntu.

The sentence is correct for all Debian-based distros like Mint and Pop OS as well as Ubuntu.
Comment on lines 55 to 56
distribution’s documentation. For example, if you use Debian-based distros, you can install
the `build-essential` package.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're adjusting to a more generic example, might as well provide the install command as well:

Suggested change
distribution’s documentation. For example, if you use Debian-based distros, you can install
the `build-essential` package.
distribution’s documentation. For example, in Debian-based distros you can install
the `build-essential` package via:
```console
$ sudo apt install build-essential
```

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, but omitted "via" because I believe it helps with clarity (keeps the connection with the previous sentence better).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants