Skip to content

Commit 1cdaa15

Browse files
committed
Update README.md
1 parent 916eeb0 commit 1cdaa15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ be ready to create Esterel programs for BrickOS-Bibo.
1414
## Installation
1515
To install scLego, type:
1616

17-
make ESTEREL_DISTRIB=<esterel repository>
17+
`make ESTEREL_DISTRIB=<esterel repository>`
1818

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

3232
Then, you can call :
3333

34-
esterel -LLego controller.strl
34+
`esterel -LLego controller.strl`
3535

3636
or
3737

38-
esterel -ILego controller.strl
38+
`esterel -ILego controller.strl`
3939

4040
or
4141

42-
esterel -ALego controller.strl
42+
`esterel -ALego controller.strl`
4343

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

0 commit comments

Comments
 (0)