aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-12-06 18:21:02 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-12-06 18:21:02 +0200
commit014359cda64609fe52432b254e8a462a616019f8 (patch)
treef77efe4e11293dc6ae81d71a2dae47285ccb8d06 /README.md
parentc00a53304727931cc1e55bc6d6ea2694c62abb95 (diff)
downloadfwd-014359cda64609fe52432b254e8a462a616019f8.tar.gz
fwd-014359cda64609fe52432b254e8a462a616019f8.zip
show usage for examples
Diffstat (limited to 'README.md')
-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