Commit 9becd305 authored by Tomáš Szaniszlo's avatar Tomáš Szaniszlo Committed by Tomáš Szaniszlo
Browse files

README: make clearer how the script should be run

parent 5b7baf25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,10 +34,10 @@ If you are printing via unauthenticated IPP or Kerberized IPP, you will have to

Usage: `./install.pl {--cron | [--usage] <printer-name>}` , where `<printer-name>` is a valid printer name. If supplied `--usage`, the script will only update the drivers. Passing `--cron` will only prompt user for cron installation.

For example, to install the printer `lj2b`, run
For example, to install the printer `lj2b`, run this within the cloned repository:

```shell
./install.pl lj2b
sudo ./install.pl lj2b
```

Installation script will prompt you for your faculty credentials (the faculty username and the faculty password).