Skip to content

Commit

Permalink
Merge pull request #26 from betogrun/patch-1
Browse files Browse the repository at this point in the history
Update README instructions to install cups
  • Loading branch information
m0wfo committed Aug 31, 2020
2 parents 86c36de + 266ece9 commit bb1e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Print stuff in Ruby. This gem is a C wrapper for the CUPS API.

To build the extensions, you need the cups library installed, and the cups-config programme in your path. On OS X you should have everything you need. On Debian/Ubuntu, running:

sudo apt-get install libcups-dev
sudo apt-get install libcups2-dev

will set everything up.

Expand Down

0 comments on commit bb1e859

Please sign in to comment.