Skip to content

Commit

Permalink
add sudo to git clone in /opt directory
Browse files Browse the repository at this point in the history
  • Loading branch information
joseandrestrujillo committed Nov 18, 2023
1 parent bcef192 commit cd22112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To install the tool, it is recommended to clone the project from GitHub into the `/opt/local-k8s-cluster` directory:

```bash
git clone https://github.com/joseandrestrujillo/local-k8s-cluster.git /opt/local-k8s-cluster
sudo git clone https://github.com/joseandrestrujillo/local-k8s-cluster.git /opt/local-k8s-cluster
```

Once the project is cloned, you must create a symbolic link to the `local-k8s-cluster` script so that it can be executed from anywhere on the system:
Expand Down

0 comments on commit cd22112

Please sign in to comment.