Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Mar 20, 2020
1 parent 916eeb0 commit 1cdaa15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ be ready to create Esterel programs for BrickOS-Bibo.
## Installation
To install scLego, type:

make ESTEREL_DISTRIB=<esterel repository>
`make ESTEREL_DISTRIB=<esterel repository>`

You may also set the PERL macro to the name of the Perl command on
your system if it is different from the default "perl".
Expand All @@ -31,15 +31,15 @@ to Lego.

Then, you can call :

esterel -LLego controller.strl
`esterel -LLego controller.strl`

or

esterel -ILego controller.strl
`esterel -ILego controller.strl`

or

esterel -ALego controller.strl
`esterel -ALego controller.strl`

Option -simul is also supported if you want to simulate the controller
using xes or csimul. You do not have to insert code for predefined
Expand Down

0 comments on commit 1cdaa15

Please sign in to comment.