From be6df15ab5975e8794ad41bb7c56f775f10b741a Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 8 Jul 2024 17:22:59 -0400 Subject: [PATCH] document piping to model --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4efe0f..82bd1db 100644 --- a/README.md +++ b/README.md @@ -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