From 11ba334765d40cbca8c4eb179ecd0777ff24280d Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@k1024.org>
Date: Sat, 16 May 2015 15:52:22 +0200
Subject: [PATCH] Update README

Describe new test target, update versions for a few languages.
---
 README.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 1ddac11..7f22294 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,15 @@ the numbers.
 You'll need lots of packages installed to make all of the programs to
 work. They should all be available in (Debian) Sid:
 
-- java: openjdk-6-jdk openjdk-6-jre-zero icedtea-6-jre-cacao icedtea-6-jre-jamvm gcj-4.6
-- python: python2.6 python2.7 python3.2 pypy
+- java: openjdk-6-jdk openjdk-6-jre-zero icedtea-6-jre-cacao
+  icedtea-6-jre-jamvm gcj-4.6 gcj-4.8 gcj-4.9 gcj-5
+- python: python2.7 python3.4 pypy
 - etc.
 
-Main target is "make log", and it is recommended to run it via
-./run.sh, which is a simple wrapper that should make runs more
-consistent.
+Main target is `make log`, and it is recommended to run it via
+`./run.sh`, which is a simple wrapper that should make runs more
+consistent. A simple test run (to check that all binaries/scripts run
+correctly) can be done via `make test`.
 
 Note: all the extremely trivial code here is under the Apache License,
 Version 2.0. See LICENSE.
-- 
2.39.5