diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-15 19:22:04 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-15 19:22:04 -0400 |
commit | 2f26379607d6829f598c03e06de6ebc0b38880d6 (patch) | |
tree | ae58483d678f7a2aeec5b69aacd374f8755ef60f | |
parent | 98f5f8ddd231729abc0b6b72b1a8dff0917d8d5f (diff) | |
download | stasis-2f26379607d6829f598c03e06de6ebc0b38880d6.tar.gz |
Use ini, not shell highlighting
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,7 +94,7 @@ python = 3.12 The `[conda]` section instructs OMC how to obtain the conda installer of your choice, and defines the packages to be installed into the delivery's release environment. -```shell +```ini [conda] ; e.g. Download Miniforge3-23.11.0-0 for the current system platform and architecture installer_name = Miniforge3 @@ -113,7 +113,7 @@ pip_packages = Create some test cases for packages. -```shell +```ini [test:our_cool_program] version = 1.2.3 repository = https://github.com/org/our_cool_program |