diff --git a/README.md b/README.md index 923bc27..76ef896 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # quickserv [![built with -nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) +nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) [![Build +Status](https://drone.tulpa.dev/api/badges/Xe/quickserv/status.svg)](https://drone.tulpa.dev/Xe/quickserv) +[![Written in Rust](https://img.shields.io/badge/written%20in-Rust-orange)](https://www.rust-lang.org/) A quick HTTP server for when you have given up on life. @@ -25,4 +27,14 @@ OPTIONS: ## Docker +```console +$ nix-build docker.nix +$ docker load -f result +$ docker push xena/quickserv +``` +## Release + +- Bump the version in `Cargo.toml` +- Rerun CI +- Tag a new release