Fix apt-key add command in README

The apt-key add command was inconsistent with the filename used in the wget command.
This commit is contained in:
Laurence Gonsalves
2018-06-25 14:18:54 -07:00
committed by GitHub
parent e561898620
commit eedfb624e1

View File

@@ -33,7 +33,7 @@ Repositories for Ubuntu, Debian and Raspbian are also available. To add them fol
# GPG2:
$ gpg2 --import-options import-show --dry-run --import < 13-37.org-code.asc
$ sudo apt-key add 13-37.org-code.gpg
$ sudo apt-key add 13-37.org-code.asc
Available for Ubuntu and Debian (x86, x64 and armhf):