Skip to content

Commit

Permalink
Use ini, not shell highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Apr 15, 2024
1 parent 98f5f8d commit 2f26379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2f26379

Please sign in to comment.