mirror of https://github.com/istio/istio.io.git
Put text into a text box (#5228)
* Put text into a text box * Fix lint error with extra line
This commit is contained in:
parent
5653996827
commit
c73c9df09b
|
|
@ -89,7 +89,9 @@ $ brew install bash-completion
|
|||
|
||||
Once the `bash-completion package` has been installed on your macOS system, add the following line to your `~/.bash_profile` file:
|
||||
|
||||
`[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"`
|
||||
{{< text plain >}}
|
||||
[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"
|
||||
{{< /text >}}
|
||||
|
||||
{{< /tab >}}
|
||||
|
||||
|
|
@ -99,7 +101,9 @@ If you are using a Linux-based operating system, you can install the Bash comple
|
|||
|
||||
Once the `bash-completion` package has been installed on your Linux system, add the following line to your `~/.bash_profile` file:
|
||||
|
||||
`[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"`
|
||||
{{< text plain >}}
|
||||
[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"
|
||||
{{< /text >}}
|
||||
|
||||
{{< /tab >}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue