Skip to content

Commit 6022cd4

Browse files
authored
remove extra space (#865)
1 parent 828e339 commit 6022cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/common/partials/common/_prerequisites-linux.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
You can download the latest build for your architecture from the [releases page](https://github.com/kubefirst/kubefirst/releases). Once done, extract it, and ensure it's executable. You may need to use `sudo` for the `tar` or `chmod`` command.
22

33
```shell
4-
tar --overwrite -xvf kubefirst_<VERSION>_linux_<ARCH>.tar.gz -C /usr/local/bin/ kubefirst && \
4+
tar --overwrite -xvf kubefirst_<VERSION>_linux_<ARCH>.tar.gz -C /usr/local/bin/kubefirst && \
55
chmod +x /usr/local/bin/kubefirst
66
```
77

0 commit comments

Comments
 (0)