Skip to content

Commit 5ef040a

Browse files
committed
Update information about how it works
1 parent eae3dd1 commit 5ef040a

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
# Scanner-Server
2-
[![Tests](https://github.com/CoolCat467/Scanner-Server/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/CoolCat467/Scanner-Server/actions/workflows/tests.yml)
3-
42
Kind of like CUPS but it's for scanning, not printing.
53

4+
[![Tests](https://github.com/CoolCat467/Scanner-Server/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/CoolCat467/Scanner-Server/actions/workflows/tests.yml)
5+
66
![thumbnail](./img/thumbnail.png)
77

8-
This is basically a web interface for the `scanimage` Linux command-line tool which talks
9-
to devices through the SANE (Scanner Access Now Easy) interface.
8+
This is basically a web interface for scanner devices through the SANE (Scanner Access Now Easy) interface.
109

11-
This program is intended to be used alongside CUPS, but may not be required.
10+
This program is intended to be used alongside CUPS, but this should not be required.
1211

13-
The web server is hosted on port `3004` on default when running.
14-
This can be changed in `config.ini`
12+
On default, the web server is hosted on port `3004`.
13+
This can be changed in `~/.sanescansrv/config.ini`
1514

1615
You will need `libsane-dev` to be able to install `python-sane`.
1716
Use APT or your system's equivalent to install.
1817

1918
## Installation
2019
```console
21-
sudo apt install libsane-dev
20+
sudo apt-get install libsane-dev
2221
git clone https://github.com/CoolCat467/Scanner-Server.git
2322
pip install Scanner-Server/
2423
```

0 commit comments

Comments
 (0)