Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Feb 25, 2024
1 parent c52a393 commit ce024dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/development/design/index.mdwn
Expand Up @@ -18,7 +18,7 @@
+ Install directory
+ global install: no directory specified (so installs to `perl -V:sitelib`)
+ CI install: in `~/.orbital`.
+ Only when $ENV{CI} is true
+ Only when `$ENV{CI}` is true
+ default: relative to launch-site repo
* steps:
1. Install `cpm` (from vendor submodules) if not available
Expand Down Expand Up @@ -134,7 +134,7 @@
+ macOS + Homebrew: no-op.
+ Windows + MSYS2: no-op.
* Each platform has an environment (task: Install, Test)
+ Debian + apt: sets `DISPLAY` to the `Xvfb` started above.
+ Debian + `apt`: sets `DISPLAY` to the `Xvfb` started above.
+ macOS + Homebrew:
- This environment depends on the Homebrew prefix.
- Adds to `PKG_CONFIG_PATH`: openssl, libffi
Expand Down

0 comments on commit ce024dc

Please sign in to comment.