Skip to content

Commit

Permalink
fix: use bash for all shell blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 8, 2025
1 parent af1e997 commit 1ed52c6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See the [LDeakin/zarr_benchmarks](https://github.com/LDeakin/zarr_benchmarks) re
## Install

### Prebuilt Binaries
```shell
```bash
# Requires cargo-binstall https://github.com/cargo-bins/cargo-binstall
cargo binstall zarrs_tools
```
Expand Down
4 changes: 2 additions & 2 deletions docs/zarrs_binary2zarr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Create a Zarr V3 array from piped binary data.
`zarrs_binary2zarr` is installed with the `binary2zarr` feature of `zarrs_tools`.

### Prebuilt Binaries
```shell
```bash
# Requires cargo-binstall https://github.com/cargo-bins/cargo-binstall
cargo binstall zarrs_tools
```

### From Source
```shell
```bash
cargo install --features=binary2zarr zarrs_tools
```

Expand Down
4 changes: 2 additions & 2 deletions docs/zarrs_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ The filters currently supported are:
`zarrs_filter` is installed with the `filter` feature of `zarrs_tools`.

### Prebuilt Binaries
```shell
```bash
# Requires cargo-binstall https://github.com/cargo-bins/cargo-binstall
cargo binstall zarrs_tools
```

### From Source
```shell
```bash
cargo install --features=filter zarrs_tools
```

Expand Down
10 changes: 5 additions & 5 deletions docs/zarrs_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Get information about a Zarr array or group.
`zarrs_info` is installed with the `info` feature of `zarrs_tools`.

### Prebuilt Binaries
```shell
```bash
# Requires cargo-binstall https://github.com/cargo-bins/cargo-binstall
cargo binstall zarrs_tools
```

### From Source
```shell
```bash
cargo install --features=info zarrs_tools
```

Expand Down Expand Up @@ -63,7 +63,7 @@ Options:
## Examples

#### Data Type
```shell
```bash
zarrs_info array.zarr data-type
```
```text
Expand All @@ -73,7 +73,7 @@ zarrs_info array.zarr data-type
```

### Array Shape
```shell
```bash
zarrs_info array.zarr shape
```
```text
Expand All @@ -87,7 +87,7 @@ zarrs_info array.zarr shape
```

### Data Range
```shell
```bash
zarrs_info array.zarr range
```
```text
Expand Down
4 changes: 2 additions & 2 deletions docs/zarrs_ome.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ The array can be reencoded when output to OME-Zarr.
`zarrs_ome` is installed with the `ome` feature of `zarrs_tools`.

### Prebuilt Binaries
```shell
```bash
# Requires cargo-binstall https://github.com/cargo-bins/cargo-binstall
cargo binstall zarrs_tools
```

### From Source
```shell
```bash
cargo install --features=ome zarrs_tools
```

Expand Down
4 changes: 2 additions & 2 deletions docs/zarrs_reencode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Reencode/rechunk a Zarr V2/V3 to a Zarr v3 array.
`zarrs_reencode` packaged by default with `zarrs_tools` and requires no extra features.

### Prebuilt Binaries
```shell
```bash
# Requires cargo-binstall https://github.com/cargo-bins/cargo-binstall
cargo binstall zarrs_tools
```

### From Source
```shell
```bash
cargo install zarrs_tools
```

Expand Down
4 changes: 2 additions & 2 deletions docs/zarrs_validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Compare the data in two Zarr arrays.
`zarrs_validate` is installed with the `validate` feature of `zarrs_tools`.

### Prebuilt Binaries
```shell
```bash
# Requires cargo-binstall https://github.com/cargo-bins/cargo-binstall
cargo binstall zarrs_tools
```

### From Source
```shell
```bash
cargo install --features=validate zarrs_tools
```

Expand Down

0 comments on commit 1ed52c6

Please sign in to comment.