Skip to content

Commit a3e6130

Browse files
committed
Removed in-code prompt
Signed-off-by: Dj Walker-Morgan <[email protected]>
1 parent 1eeef46 commit a3e6130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

product_docs/docs/postgres_for_kubernetes/1/kubectl-plugin.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For example, let's install the 1.24.1 release of the plugin, for an Intel based
3939
64 bit server. First, we download the right `.deb` file.
4040

4141
``` sh
42-
$ wget https://github.com/EnterpriseDB/kubectl-cnp/releases/download/v1.24.1/kubectl-cnp_1.24.1_linux_x86_64.deb --output-document kube-plugin.deb
42+
wget https://github.com/EnterpriseDB/kubectl-cnp/releases/download/v1.24.1/kubectl-cnp_1.24.1_linux_x86_64.deb --output-document kube-plugin.deb
4343
```
4444

4545
Then, install from the local file using `dpkg`:
@@ -64,7 +64,7 @@ curl -L https://github.com/EnterpriseDB/kubectl-cnp/releases/download/v1.24.1/ku
6464
Then install with `yum`, and you're ready to use:
6565

6666
``` sh
67-
$ yum --disablerepo=* localinstall kube-plugin.rpm
67+
yum --disablerepo=* localinstall kube-plugin.rpm
6868
__OUTPUT__
6969
Failed to set locale, defaulting to C.UTF-8
7070
Dependencies resolved.

0 commit comments

Comments
 (0)