badges
This commit is contained in:
parent
f5de89b293
commit
9756cabd0c
14
README.md
14
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
|
||||
|
|
Loading…
Reference in New Issue