aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2bf5588..5aa4777 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,13 @@ as of yet unimplemented.
## Examples
-See `examples/`.
+See `examples/`. Currently `fwd` just outputs the C++, so a 'full' compilation
+sequence would be something like
+
+```
+fwd examples/uniq.fwd > /tmp/output.cpp
+g++ -Ilib -std=c++20 /tmp/output.cpp -o /tmp/output
+```
## Current state