Skip to content

Commit f574adf

Browse files
committed
updates README to point on wiki pages
1 parent d67f3f6 commit f574adf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ or to disk.
2323

2424
### Ubuntu Prerequisites.
2525

26-
$ apt-get install libvips-dev
26+
```bash
27+
$ apt-get install libvips-dev
28+
```
2729

2830
The above installs libvips 7.20.x in Ubuntu 10.04 and 7.12.x in Ubuntu 8.04.
2931
Though ruby-vips will work with libvips 7.12.x, many features are disabled, and
@@ -37,6 +39,10 @@ The above installs libvips 7.22.x
3739

3840
TODO: Describe & test with macports.
3941

42+
### Other platforms
43+
44+
See [Installiation on various platforms](https://github.com/jcupitt/ruby-vips/wiki/installiation-on-various-platforms).
45+
4046
### Installing the gem.
4147

4248
```bash
@@ -51,7 +57,8 @@ gem 'ruby-vips'
5157

5258
## Documentation.
5359

54-
ruby-vips has [rdoc documentation](http://rubyvips.holymonkey.com).
60+
ruby-vips has [rdoc documentation](http://rubyvips.holymonkey.com). Also
61+
see [Wiki page](https://github.com/jcupitt/ruby-vips/wiki)
5562

5663
## Example.
5764

0 commit comments

Comments
 (0)