aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index f2c2496..280f745 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,5 @@ A simple, experimental raytracer that doesn't support colours.
I made this in my spare time and will probably continue to add features. Or not. I don't know.
-It needs lodepng (as found on [lodev.org](http://lodev.org/lodepng/)).
-Just compile with `lodepng.cpp` and `lodepng.h` in the same folder as the source and pass both `graytrace.cpp` and `lodepng.cpp` as arguments to the compiler.
-
-_- Tom Smeding_
+It uses lodepng (as found on [lodev.org](http://lodev.org/lodepng/)).
+Invoking `make` on the command line should be enough; if necessary, it will download lodepng automatically.