Pārlūkot izejas kodu

Improving the readme

Bob Mottram 10 gadus atpakaļ
vecāks
revīzija
39c7fcdaff
1 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. 9
    1
      README.md

+ 9
- 1
README.md Parādīt failu

59
     MY_GPG_PUBLIC_KEY=
59
     MY_GPG_PUBLIC_KEY=
60
     MY_GPG_PRIVATE_KEY=
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
 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.
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
 When done you can ssh into the Freedombone with:
74
 When done you can ssh into the Freedombone with:
67
 
75