Skip to content

Commit

Permalink
Edit for formatting [#161092749]
Browse files Browse the repository at this point in the history
  • Loading branch information
animatedmax committed Oct 10, 2018
1 parent 540c793 commit d3847aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bbr-install.html.md.erb
Expand Up @@ -44,7 +44,10 @@ Perform the following steps to transfer the `bbr` binary to your jumpbox:
<pre class="terminal">$ chmod a+x bbr</pre>

1. To securely copy the `bbr` binary file to your jumpbox, run the following command:
`scp LOCAL-PATH-TO-BBR/bbr JUMPBOX-USER/JUMPBOX-ADDRESS`

```
scp LOCAL-PATH-TO-BBR/bbr JUMPBOX-USER/JUMPBOX-ADDRESS
```

If your jumpbox has access to the internet, you can instead SSH into your jumpbox and use
`wget`:
Expand Down

0 comments on commit d3847aa

Please sign in to comment.