aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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
-}}}
+```