Skip to content

Commit 55ca520

Browse files
authored
Update README.md
1 parent f7bb9cf commit 55ca520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developers-guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This document provides instructions for setting up a development environment to
3030

3131
Note: If you want to install Devtron on a Managed Kubernetes cluster, please [refer to the guide](https://docs.devtron.ai/install/demo-tutorials).
3232

33-
3. Download the kubeconfig file to access your cluster. It’s a good idea to set it up locally and configure the context to point to the specific cluster you’re working with.
33+
3. [Download the kubeconfig file](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/(url)) to access your cluster. It’s a good idea to set it up locally and configure the context to point to the specific cluster you’re working with.
3434

3535
4. Forward the necessary service ports (e.g., PostgreSQL, NATS) for local access
3636

@@ -59,7 +59,7 @@ Navigate to the `github.com` directory on your local machine:
5959
- `cd go/src/github.com`
6060
- `git clone http://github.com/devtron-labs/devtron`
6161
- Configure [Environment Variables](https://github.com/devtron-labs/devtron/blob/main/scripts/dev-conf/envfile.env)
62-
- Install [wire](ttps://github.com/google/wire) (Required)
62+
- Install [wire](https://github.com/google/wire) (Required)
6363
- Run the server:
6464
6565
```bash

0 commit comments

Comments
 (0)