Skip to content

Commit

Permalink
Update readme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 authored Feb 15, 2024
1 parent 414405f commit 6cc69b4
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,7 @@ A label printer driver plugin for [InvenTree](https://inventree.org), which prov
> [!IMPORTANT]
> For InvenTree<0.14 use this package with version `0.1.0`
Goto "Settings > Plugins > Install Plugin" and enter the following values:

```txt
Package name: inventree-cups-plugin
Source URL: git+https://github.com/wolflu05/inventree-cups-plugin
```

Or install this plugin from the terminal:

```bash
pip install git+https://github.com/wolflu05/inventree-cups-plugin
```
Goto "Settings > Plugins > Install Plugin" and enter `inventree-cups-plugin` as package name.

### Docker

Expand Down Expand Up @@ -94,10 +83,10 @@ COPY --from=prebuild /root/.local /root/.local

## Configuration Options

| Name| Description| Example |
| --- | --- | --- |
| Server | IP/Hostname to connect to the cups server | `192.168.1.5` |
| Port | Port to connect to the cups server | `631` |
| User | User to connect to the cups server | *can also be empty* |
| Password | Password to connect to the cups server | *can also be empty* |
| Printer | Printer from cups server, can be selected if valid connection options are set | `myprinter` |
| Name | Description | Example |
| -------- | ----------------------------------------------------------------------------- | ------------------- |
| Server | IP/Hostname to connect to the cups server | `192.168.1.5` |
| Port | Port to connect to the cups server | `631` |
| User | User to connect to the cups server | _can also be empty_ |
| Password | Password to connect to the cups server | _can also be empty_ |
| Printer | Printer from cups server, can be selected if valid connection options are set | `myprinter` |

0 comments on commit 6cc69b4

Please sign in to comment.