We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e5533 commit fa92066Copy full SHA for fa92066
1 file changed
README.md
@@ -1,7 +1,15 @@
1
# codex.docs.chart
2
Helm chart for deploying CodeX Docs
3
4
-## Running
+## Installing
5
+
6
+In order to install this chart, run the following command:
7
8
+```bash
9
+helm upgrade codex-docs oci://ghcr.io/codex-team/codex.docs.chart/codex-docs --version <specify_latest_version_here> --install
10
+```
11
12
+## Running locally
13
14
Execute the following commands from the repository root folder:
15
```
0 commit comments