We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0483784 commit 9683145Copy full SHA for 9683145
README.md
@@ -66,6 +66,8 @@ This will build the project and produce a directory called `target`. Inside this
66
java -jar ~/bin/ec.jar $@
67
```
68
69
+Of course, you will need to add your `bin` directory to your executable search path (e.g., `export PATH=$PATH:~/bin`).
70
+
71
Then to run the compiler in a shell simply perform: `ec` followed by arguments (for instance: `ec -help`)
72
73
## Licensing
0 commit comments