From 9756cabd0c1702cdefb0f605474deb42d9ba1e3a Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 28 May 2020 15:25:46 -0400 Subject: [PATCH] badges --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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