Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates README.md #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ to simulate attacks on those models.

### Building with the reference backend and running the unit tests

Java version 11 or higher is required.

To compile exampleLang with the reference backend of the MAL compiler
and then run the unit tests, execute the following command from the
`exampleLang` directory:
Expand Down Expand Up @@ -125,8 +127,7 @@ do the following:
* Enter the directory of the new MAL language project
* `cd myLang/`
* Remove build scripts
* `rm -rf .buildscript`
* `rm .travis.yml`
* `rm -rf target/` or `mvn clean`
* Update `LICENSE` with a license of your choice
* Update copyright notices to reflect your license in
* `NOTICE`
Expand Down