add pointer for echo flag

This commit is contained in:
NunoSempere 2024-10-01 10:05:47 +02:00
parent 5cc14e310b
commit a99934387c

View File

@ -130,6 +130,13 @@ Because the model reads from standard input, you can a model to it:
$ cat more/piano-tuners.fermi | fermi $ cat more/piano-tuners.fermi | fermi
``` ```
In that case, you will probably want to use the echo flag as well
```
$ cat more/piano-tuners-commented.fermi | fermi -echo
```
You can make a model an executable file by running `$ chmod -x model.fermi` and then adding the following at the top! You can make a model an executable file by running `$ chmod -x model.fermi` and then adding the following at the top!
``` ```