diff --git a/Readme.md b/Readme.md index de222a8..8428983 100644 --- a/Readme.md +++ b/Readme.md @@ -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