document piping to model

This commit is contained in:
NunoSempere 2024-07-08 17:22:59 -04:00
parent 28fd4f69aa
commit be6df15ab5

View File

@ -120,6 +120,7 @@ help
- It's conceptually clearer to have all the multiplications first and then all the divisions
- For things between 0 and 1, consider using a beta distribution
- Because the model reads from standard input, you can pipe a model to it. For instance, try cat more/piano-tuners.f | fermi
## Different levels of complexity