Skip to content

Commit c74eb7d

Browse files
authored
Update dev-setup.rst (#1897)
1 parent d558294 commit c74eb7d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/setup-robusta/installation/dev-setup.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ To develop new playbook actions, you don't need to install from source. Refer to
1010
Using Mirrord (Recommended)
1111
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1212

13-
Use `Mirrord <https://mirrord.dev/>`_ to build and test Robusta on your local machine:
13+
Use `mirrord <https://metalbear.co/mirrord/>`_ to build and test Robusta on your local machine:
1414

1515
1. :ref:`Install Robusta normally with Helm <install>`
1616

1717
2. Clone Robusta's source code: ``git clone https://github.com/robusta-dev/robusta.git && cd robusta``
1818

19-
3. Run Robusta via Mirrord ``./run_runner_locally.sh`` and follow the instructions in your terminal.
19+
3. Run Robusta via mirrord ``./run_runner_locally.sh`` and follow the instructions in your terminal.
2020

2121
Developing Playbooks Locally
2222
---------------------------------
2323

24-
1. Run Robusta with Mirrord, as described above
24+
1. Run Robusta with mirrord, as described above
2525

2626
2. Add a local playbooks directory to ``deployment/playbooks/active_playbooks.yaml``:
2727

@@ -68,10 +68,10 @@ Developing Playbooks Locally
6868

6969
If this occurs, disable the ``Attach to subprocess`` option on your debugger.
7070

71-
Using Skaffold (Alternative to Using Mirrord)
71+
Using Skaffold (Alternative to Using mirrord)
7272
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7373

74-
Instead of running Robusta locally with Mirrord, you can test Robusta inside a Kubernetes cluster using Skaffold:
74+
Instead of running Robusta locally with mirrord, you can test Robusta inside a Kubernetes cluster using Skaffold:
7575

7676
1. ``git clone`` the source code.
7777
2. Install `skaffold <https://skaffold.dev/>`_ and `helm <https://helm.sh/>`_

0 commit comments

Comments
 (0)