From 124f18e8ac8bc2a8bb76a158a6b88618ad3a4fc9 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 23 Feb 2017 12:54:51 -0800 Subject: [PATCH] Update 2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md --- 2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md b/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md index 5e24652..21594bf 100644 --- a/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md +++ b/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md @@ -256,7 +256,7 @@ EOF ``` The only difference between the two is in the 'btcblock' line, which looks up the block count in different places for Mainnet and Testnet. -_Warning: The btcblock alias will not work correctly if you try to place it in your .bash_profile by hand, rather than using the "cat" command as suggested. To enter it by hand, you need to adjust the number of backslashes (usually from three each to one each), so make sure you know what you're doing if you aren't entering the commands exactly as shown._ +> **WARNING:** The btcblock alias will not work correctly if you try to place it in your .bash_profile by hand, rather than using the "cat" command as suggested. To enter it by hand, you need to adjust the number of backslashes (usually from three each to one each), so make sure you know what you're doing if you aren't entering the commands exactly as shown. As usual, give your user permission: