Add lang option

This commit is contained in:
int 80h
2020-06-08 00:05:45 -04:00
parent 543ce4c15e
commit ac3b98d72f
5 changed files with 10 additions and 3 deletions

3
README
View File

@@ -16,7 +16,8 @@ A gemini server written in rust.
OpenSSL 1.1.0g or LibreSSL 2.7.0 or newer is required.
- Clone the repo
- Run 'cargo build --release'
- If you want to use all features run 'cargo build --release' or if you only
want to serve static files run 'cargo build --release --no-default-features'
- Modify the config.toml to your needs
- Run './target/release/gemserv config.toml'