diff --git a/docs/tutorials/getting_started/index.md_template b/docs/tutorials/getting_started/index.md_template index be670e44c..71f7db2a6 100644 --- a/docs/tutorials/getting_started/index.md_template +++ b/docs/tutorials/getting_started/index.md_template @@ -142,8 +142,9 @@ if __name__ == "__main__": This code starts the UI server, which makes the interface active and functional. -To start the Taipy application, create `main.py` with the content provided earlier, and run the following command in the terminal: -``` +To start the Taipy application, create `main.py` with the content provided earlier, + and run the following command in the terminal: +```console $ taipy run main.py ```