From 6add905276c6a07e3b475bc1b3ff4ae81a21c30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Ara=C3=BAjo=20Silva?= Date: Fri, 3 Feb 2017 14:50:37 -0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e77839..48239eb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ A proposal to integrate Mathematica with several programming languages like Java 2. Write `1+1`; 3. Press `Enter` and check the result; 4. Type `Ctrl+D` to quit. -3. Change the file `src/main/mathematica/proxy.m` at `#!/usr/local/bin/MathematicaScript` to your MathematicaScript path if it is different. +3. Check if the MathematicaScript path is correct for your environment in the file `src/main/mathematica/proxy.m`: + 1. If the path `#!/usr/local/bin/MathematicaScript` is not the correct one for your envirnonment you need to update it first. 4. Choose your favorite language: 1. Java: 1. Install Java and check if the installation is ok;