Replace ``shell with ``sh

This commit is contained in:
David Oppenheimer
2015-07-19 21:38:53 -07:00
parent 8cbe9c997a
commit dec9adfe2e
9 changed files with 68 additions and 68 deletions

View File

@@ -40,7 +40,7 @@ It uses an [nginx server block](http://wiki.nginx.org/ServerBlockExample) to ser
First generate a self signed rsa key and certificate that the server can use for TLS.
```shell
```sh
$ make keys secret KEY=/tmp/nginx.key CERT=/tmp/nginx.crt SECRET=/tmp/secret.json
```