Skip to content

Commit 446c0b5

Browse files
committed
note --no-install-recommends for debian
See #141
1 parent ee6e1cf commit 446c0b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ package managers, homebrew and MacPorts, and there are Windows binaries on
2525
the vips website. For example, on Debian:
2626

2727
```
28-
sudo apt-get install libvips-dev
28+
sudo apt-get install --no-install-recommends libvips42
2929
```
3030

31+
(`--no-install-recommends` stops Debian installing a *lot* of extra packages)
32+
3133
Or macOS:
3234

3335
```

0 commit comments

Comments
 (0)