浏览代码

Improving the readme

Bob Mottram 10 年前
父节点
当前提交
39c7fcdaff
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9
    1
      README.md

+ 9
- 1
README.md 查看文件

@@ -59,9 +59,17 @@ When the initial setup is done follow the instructions on screen to run the main
59 59
     MY_GPG_PUBLIC_KEY=
60 60
     MY_GPG_PRIVATE_KEY=
61 61
 
62
+The GPG public/private key variables are for the filenames of exported GPG keys, and if a private key filename is given then it will be automatically shredded after import.
63
+
62 64
 The FreeDNS subdomain codes can be found under "Dynamic DNS" and "quick cron example". On the last line it will be the string located between the '?' and the '==' characters.
63 65
 
64
-Installation is not quick, and depends upon which variant you choose and your internet bandwidth. Allow at least a couple of hours for it to finish.
66
+The syntax of the *install-freedombone.sh* script is:
67
+
68
+    ./install-freedombone.sh [domain name] [username] [FreeDNS subdomain code] [optional variant type]
69
+
70
+If you don't specify a variant type with the final option then everything will be installed. If you have a *freedombone.cfg* file then it should be in the same directory as *install-freedombone.sh*.
71
+
72
+Installation is not quick, and depends upon which variant you choose and your internet bandwidth. Allow about three hours for a full installation on the Beaglebone Black. On the Beaglebone installation is in two parts, since a reboot is needed to enable the hardware random number generator.
65 73
 
66 74
 When done you can ssh into the Freedombone with:
67 75