Edit README.md

This commit is contained in:
2025-06-02 17:33:05 -07:00
parent f02ca04c4c
commit 049c87869a

View File

@@ -26,3 +26,12 @@ Usage
-----
```python -m partdb-labeler -h``` will show you the available options.
For convenience, you might also consider adding a short shell script somewhere in your PATH that will call the Python module
with your server configuration. I use this (the API key is a read-only key I've publicized elsewhere):
```
#!/usr/bin/env bash
python -m partdb-labeler -p https://partdb.alfter.us -k tcp_673fc81f0b7837ca4c029fbd6536b27742eb8b742eba27bf547c8136dc6a84f8 $*
```