Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jo47011 committed Nov 18, 2024
1 parent 9aa57ad commit 4570917
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ A simple cups print server printing postscript and pdf.

To install later updates on an existing VMWare Image <ip>:

git clone [email protected]:jo47011/cups_printserver.git
rsync -av cups_printserver/ [email protected]:/usr/local/cups_printserver
ssh user@<ip>
cd /usr/local/cups_printserver && make clean && make
chmod 777 cups
```bash
git clone [email protected]:jo47011/cups_printserver.git
rsync -av cups_printserver/ [email protected]:/usr/local/cups_printserver
ssh user@<ip>
cd /usr/local/cups_printserver && make clean && make
chmod 777 cups
```

-------------------------------------------------

Expand All @@ -34,4 +36,4 @@ wird dann

Kommando-Zeile mit curl:

curl -s --data-binary "@ASC-FILE" "http://192.168.2.30/axt/?agb=1&kopie=1&… " > PS-FILE
curl -s --data-binary "@ASC-FILE" "http://192.168.2.42/axt/?agb=1&kopie=1&… " > PS-FILE

0 comments on commit 4570917

Please sign in to comment.