update example
This commit is contained in:
parent
4aab03fd98
commit
83b98ea643
1 changed files with 18 additions and 7 deletions
25
README.md
25
README.md
|
@ -33,11 +33,22 @@ The output is :
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ ./bin/reciper example/demo
|
$ ./bin/reciper example/demo
|
||||||
# To produce :
|
# Steps
|
||||||
# - 3 a
|
#
|
||||||
# - 2 b
|
# 3 a
|
||||||
#
|
# ├─6 c
|
||||||
# Get :
|
# └─9 b
|
||||||
# - 17 c
|
# └─9 c
|
||||||
#
|
# 2 b
|
||||||
|
# └─2 c
|
||||||
|
#
|
||||||
|
# Intermediaries
|
||||||
|
#
|
||||||
|
# 3 a
|
||||||
|
# 11 b
|
||||||
|
#
|
||||||
|
# Inputs
|
||||||
|
#
|
||||||
|
# 17 c
|
||||||
|
#
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue