From 728b7b0f7a503271b32cc815ae66e698581a4613 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 12 Sep 2019 13:40:29 +0200 Subject: Update Docker shield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 99d74d5..6239609 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # miniserve - a CLI tool to serve files and dirs over HTTP [![Build Status](https://travis-ci.org/svenstaro/miniserve.svg?branch=master)](https://travis-ci.org/svenstaro/miniserve) -[![Docker Hub](https://images.microbadger.com/badges/image/svenstaro/miniserve.svg)](https://cloud.docker.com/repository/docker/svenstaro/miniserve/) +[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/svenstaro/miniserve)](https://cloud.docker.com/repository/docker/svenstaro/miniserve/) [![AUR](https://img.shields.io/aur/version/miniserve.svg)](https://aur.archlinux.org/packages/miniserve/) [![Crates.io](https://img.shields.io/crates/v/miniserve.svg)](https://crates.io/crates/miniserve) [![dependency status](https://deps.rs/repo/github/svenstaro/miniserve/status.svg)](https://deps.rs/repo/github/svenstaro/miniserve) -- cgit v1.2.3 From 4b116fdf3a0b7603817ee0fec1e2c7e5cbdd125c Mon Sep 17 00:00:00 2001 From: Ciaran Treanor Date: Fri, 18 Oct 2019 11:15:29 +0100 Subject: Add instructions on how to install via Homebrew on OSX --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6239609..7600f7d 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ Sometimes this is just a more practical and quick way than doing things properly chmod +x miniserve-osx ./miniserve-osx +Alternatively install view [Homebrew](https://brew.sh/). + + brew install miniserve + miniserve + **On Windows**: Download `miniserve-win.exe` from [the releases page](https://github.com/svenstaro/miniserve/releases) and run miniserve-win.exe -- cgit v1.2.3 From 15682a9ed225ca91f5f03b3398b1ef087722be7e Mon Sep 17 00:00:00 2001 From: Ciaran Treanor Date: Mon, 21 Oct 2019 11:28:17 +0100 Subject: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7600f7d..acc9744 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Sometimes this is just a more practical and quick way than doing things properly chmod +x miniserve-osx ./miniserve-osx -Alternatively install view [Homebrew](https://brew.sh/). +Alternatively install with [Homebrew](https://brew.sh/). brew install miniserve miniserve -- cgit v1.2.3