Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo-Araujo-Silva authored Feb 3, 2017
1 parent 5ee1aec commit 6add905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6add905

Please sign in to comment.