I am following instructions as shown here
- Operating Windows 7, so have downloaded GPG4WIN.
- Next instruction: is to enter this command:
$ wget -q -O - https://www.kali.org/archive-key.asc | gpg --import - So, newbie here, ...am I to enter that into Command Prompt? When I do I get error message: '$' is not recognized as an internal or external command, operable program or batch file.
$is not part of the command. That's part of the command prompt. – gen_Eric Jul 19 '15 at 17:01