en/static/welcome.toml
jutty dfddbba4ef
Some checks are pending
/ verify (push) Waiting to run
/ publish (push) Waiting to run
Embed a 'welcome' graph to fallback on
2026-03-22 18:50:51 -03:00

17 lines
482 B
TOML

[nodes.GettingStarted]
title = "Getting Started"
text = """
## Welcome to en!
#
If you are seeing this, it's working!
Now that you know how to run it, tell en how to find your graph file by adding a `--graph` option:
`
en --graph my_graph.toml
`
Alternatively, you can also add a `static` directory next to the en binary with a `graph.toml` file in it.
To learn how to write your first graph and everything else about en, check out the |documentation|https://en.jutty.dev|.
"""