statelyai / xstate-python

XState for Python
MIT License
177 stars 18 forks source link

Update git submodule command to a single command #39

Closed NixBiks closed 3 years ago

NixBiks commented 3 years ago

Instead of git submodule init && git submodule update you can do it in one line git submodule --init.

Appears in README and in devcontainer post command.