Skip to content

Commit

Permalink
Documentation: mention how to use a custom step class.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierog committed Dec 26, 2024
1 parent f59ee92 commit ea041ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,8 @@ Step.customstate {
```

```shell
MOULTI_CUSTOM_CSS=/path/to/moulti-custom.tcss moulti init
MOULTI_CUSTOM_CSS=/absolute/path/to/moulti-custom.tcss moulti init
moulti step add test_step --classes=customstate
```

Caution: if the `MOULTI_CUSTOM_CSS` environment variable is set, the path it indicates must exist and point to a syntactically valid TCSS file or the Moulti instance will crash.
Expand Down

0 comments on commit ea041ef

Please sign in to comment.