mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-16 18:31:50 +01:00
Update README.md
minor grammar tweaks
This commit is contained in:
parent
bbdf6c4361
commit
55f888b923
@ -54,15 +54,15 @@ builder/build-deb debian buster
|
|||||||
builder/test-deb debian buster
|
builder/test-deb debian buster
|
||||||
```
|
```
|
||||||
|
|
||||||
`build-and-test-deb` is good to do the whole dev lifecycle, but to iterate
|
Use `build-and-test-deb` to perform the whole dev lifecycle, but to iterate
|
||||||
quickly, you'll need to skip building tarball (which takes a long time), and
|
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`.
|
just build your deb/rpm with `build-deb` and test with `test-deb`.
|
||||||
|
|
||||||
`build-rpm` and `test-rpm` are also available.
|
`build-rpm` and `test-rpm` are also available.
|
||||||
|
|
||||||
## Ensuring packages have all dependencies they need.
|
## 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
|
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
|
this way we can be sure that runtime dependencies aren't met accidentally by
|
||||||
packages installed with XFCE.
|
packages installed with XFCE.
|
||||||
|
Loading…
Reference in New Issue
Block a user