1
0
Fork 0

Fix readme

This commit is contained in:
Alex Myasoedov 2017-11-12 17:55:21 -05:00
parent c99e8841fb
commit 17692cb925
No known key found for this signature in database
GPG key ID: D261413C245982F0

View file

@ -49,6 +49,8 @@ Run with docker
docker run -it -p 8080:8080 -v $(pwd)/slides:/app/slides msoedov/hacker-slides
```
Protect by password
----
Basic auth (disabled by default)
```shell
USER=bob PASSWORD=password1 go run main.go