Skip to content

Commit

Permalink
fix(docs): CLI name in server readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Nov 14, 2024
1 parent 853936b commit fc1e77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ To run a server from the command-line, use [stac-cli](../cli/README.md).
Any arguments will be interpreted as hrefs to STAC collections, items, and item collections, and will be loaded into the server on startup.

```shell
stac serve collection.json items.json
stacrs serve collection.json items.json
```

To use the [pgstac](https://github.com/stac-utils/pgstac) backend:

```shell
stac serve --pgstac postgresql://username:password@localhost:5432/postgis
stacrs serve --pgstac postgresql://username:password@localhost:5432/postgis
```

If you'd like to serve your own **pgstac** backend with some sample items:
Expand Down

0 comments on commit fc1e77c

Please sign in to comment.