From d3847aa26240f30d2046ac1700c346a454483022 Mon Sep 17 00:00:00 2001 From: animatedmax Date: Wed, 10 Oct 2018 16:38:59 -0700 Subject: [PATCH] Edit for formatting [#161092749] --- bbr-install.html.md.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bbr-install.html.md.erb b/bbr-install.html.md.erb index 65e69f547..3d9dd1e59 100644 --- a/bbr-install.html.md.erb +++ b/bbr-install.html.md.erb @@ -44,7 +44,10 @@ Perform the following steps to transfer the `bbr` binary to your jumpbox:
$ chmod a+x bbr
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`: