add pointer for echo flag
This commit is contained in:
parent
5cc14e310b
commit
a99934387c
|
@ -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!
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user