Skip to content

Commit

Permalink
docs: fix wording around disabling GDAL in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 27, 2024
1 parent e72f231 commit 27c6b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Use the `--help` flag to see all available options for the CLI and the subcomman

## Features

By default, the CLI builds w/ [GDAL](https://gdal.org) support, which requires that GDAL is installed on your system.
By default, the CLI builds w/ [GDAL](https://gdal.org) support, and will error if GDAL is not installed on your system.
If you don't want to use GDAL, you can disable the default features:

```shell
Expand Down

0 comments on commit 27c6b13

Please sign in to comment.