Skip to content

Commit

Permalink
Add some Package URL syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Feb 24, 2024
1 parent 2f5b655 commit 986311e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/development/design/index.mdwn
Expand Up @@ -73,8 +73,8 @@
+ Not great... this is specific to project-renard. It downloads the
test data and sets an environment variable.
* Each platform has a `_install` method (task: Install).
+ Debian + apt: Install `xvfb xauth`.
+ `xauth` is only needed for the `xvfb-run` script. `xvfb-run`
+ Debian + apt: Install `pkg:deb/debian/xvfb`, `pkg:deb/debian/xauth`.
+ `pkg:deb/debian/xauth` is only needed for the `xvfb-run` script. `xvfb-run`
seems to be distribution-specific
(i.e., the script is not provided by the upstream `xorg-server`
package but is packaged by some Linux distributions such as
Expand Down

0 comments on commit 986311e

Please sign in to comment.