Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add local env setup documentation #199

Merged
merged 15 commits into from
Nov 24, 2022
Prev Previous commit
Next Next commit
docs: Improve steps about k3-create.sh
Signed-off-by: Guilhem Barthes <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Nov 18, 2022
commit 94f0895d438222a41027797a298dff905c086feb
13 changes: 13 additions & 0 deletions docs/source/operations/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@ First time configuration

./k3-create.sh

1. Download :download:`k3-create.sh<./getting-started/k3-create.sh>`.
2. Make the script executable.

.. code-block:: bash

chmod +x ./k3-create.sh

1. Run the script

.. code-block:: bash

./k3-create.sh

.. tip::
This script can be used to reset your development environment.

Expand Down