Updating install instructions

This commit is contained in:
Bob Mottram 2015-01-17 17:59:24 +00:00
parent 58e84d4c05
commit 8e77e01c08
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ echo ' cd freedombone'
echo '' echo ''
echo 'Finally you can use the freedombone command to install a server configuration:' echo 'Finally you can use the freedombone command to install a server configuration:'
echo '' echo ''
echo " freedombone --bbb -d [domain] -u [username] --ip $BBB_FIXED_IP_ADDRESS --iprouter $ROUTER_IP_ADDRESS" echo " freedombone --bbb -d [domain] -u [username] --ip $BBB_FIXED_IP_ADDRESS --iprouter $ROUTER_IP_ADDRESS --ddns [dynamic DNS provider domain] --ddnsuser [dynamic DNS username] --ddnspass [dynamic DNS password]"
echo '' echo ''
echo 'See the manpage for more information on how to use the freedombone command.' echo 'See the manpage for more information on how to use the freedombone command.'
exit 0 exit 0