Skip to content

Commit caf682f

Browse files
committed
updating action command instructions in doc
1 parent 86e76f4 commit caf682f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/core/actions.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,16 @@ The only thing your action server needs to install is ``rasa-sdk``:
8484
create a separate container for your action server. In this
8585
separate container, you only need to install ``rasa-sdk``.
8686

87-
If your actions are defined in a file
88-
called ``actions.py``, run this command:
87+
If you have ``rasa`` installed, run this command to start your action server:
88+
89+
.. code-block:: bash
90+
91+
rasa run actions
92+
93+
.. _custom_action_example:
94+
95+
Otherwise, if your actions are defined in a file
96+
called ``actions.py`` and you do not have ``rasa`` installed, run this command:
8997

9098
.. code-block:: bash
9199

0 commit comments

Comments
 (0)