From d1ce8c91fff2897a34cc1f046a73f6214607b684 Mon Sep 17 00:00:00 2001 From: phaller Date: Tue, 30 Oct 2012 21:40:26 +0100 Subject: Fix code blocks in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7c8c27d..0bc8584 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ Moreover, in the Scala build it's necessary to copy the directory Finally, it's necessary to set the following environment variables: -{{{ +``` SCALAC_OPTS='-cp classes' JAVA_OPTS='-cp classes' -}}} +``` After this setup, we can run `partest` as follows: -{{{ +``` $ ../scala/test/partest --classpath ../scala/build/quick/classes --run -}}} +``` -- cgit v1.2.3