From 55f888b923ec659358f0e8fc64f5c6ff20414980 Mon Sep 17 00:00:00 2001 From: Kasm <44181855+kasmtech@users.noreply.github.com> Date: Tue, 13 Apr 2021 08:59:37 -0400 Subject: [PATCH] Update README.md minor grammar tweaks --- builder/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builder/README.md b/builder/README.md index 18a7608..d8c8f56 100644 --- a/builder/README.md +++ b/builder/README.md @@ -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.