1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Update README.md

This commit is contained in:
Zack 2016-02-08 10:33:39 -05:00
parent 02e7e1a145
commit f0d1680963

View File

@ -16,9 +16,12 @@ Be cautious about writing sensitive information in the notes as anyone with the
# Install # Install
`go install github.com/schollz/cowyo` `go install github.com/schollz/cowyo`
## Production server
I recommend using `NGINX` as middleware, as it will do caching of the static files for you. There is an example `NGINX` block in `install/`.
# Usage # Usage
``` ```