Skip to content

Commit 2845390

Browse files
committed
remove href from the embedded code block
1 parent fc3906c commit 2845390

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ To install all components at once, run the following command on any of the suppo
3737
```bash
3838
curl -sL https://containerlab.dev/setup | sudo -E bash -s "all"
3939
```
40+
<!-- --8<-- [end:quick-setup-script-cmd] -->
4041

4142
By default, this will also configure sshd on the system to increase max auth tries so unknown keys don't lock ssh attempts.
42-
This behaviour can be turned off by setting the environment variable "SETUP_SSHD" to "false" **before** running the command shown above.
43+
This behavior can be turned off by setting the environment variable "SETUP_SSHD" to "false" **before** running the command shown above.
4344
The environment variable can be set and exported with the command shown below.
4445

4546
```bash
@@ -50,8 +51,6 @@ To complete installation and enable sudo-less `docker` command execution, please
5051

5152
Containerlab is also set up for sudo-less operation, and the user executing the quick install script is automatically granted access to privileged commands. For further information, see [Sudo-less operation](#sudo-less-operation).
5253

53-
<!-- --8<-- [end:quick-setup-script-cmd] -->
54-
5554
To install an individual component, specify the function name as an argument to the script. For example, to install only `docker`:
5655

5756
```bash

0 commit comments

Comments
 (0)