Update README.md

minor grammar tweaks
This commit is contained in:
Kasm 2021-04-13 08:59:37 -04:00 committed by GitHub
parent bbdf6c4361
commit 55f888b923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,15 +54,15 @@ builder/build-deb debian buster
builder/test-deb debian buster
```
`build-and-test-deb` is good to do the whole dev lifecycle, but to iterate
quickly, you'll need to skip building tarball (which takes a long time), and
Use `build-and-test-deb` to perform the whole dev lifecycle, but to iterate
quickly, you'll need to skip building the tarball (which takes a long time), and
just build your deb/rpm with `build-deb` and test with `test-deb`.
`build-rpm` and `test-rpm` are also available.
## Ensuring packages have all dependencies they need.
If you're working on a deb/rpm package, testing that it has all necessary
If you're working on a deb/rpm package, testing that it has all the necessary
dependencies is done via testing in a barebones environment (read: no XFCE). In
this way we can be sure that runtime dependencies aren't met accidentally by
packages installed with XFCE.