From 6156baa82d768b2378bf1e182d6e21ba24dc90fc Mon Sep 17 00:00:00 2001 From: Esphas Date: Tue, 20 Nov 2018 22:13:43 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index cdc72b1..2ca8585 100644 --- a/Readme.md +++ b/Readme.md @@ -17,3 +17,11 @@ Actually, that's a feature ```bash EXCUSE=~/bin/excuse bash -c 'wget -qO $EXCUSE https://github.com/esphas/excuse/raw/master/excuse.sh && chmod 744 $EXCUSE' ``` + +### Windows + +#### Install with Scoop + +```batch +scoop install https://raw.githubusercontent.com/esphas/excuse/master/excuse.json +```