From d43cd2168af743199c7991a4f665b4e14e33b52b Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 4 Nov 2018 18:14:34 -0800 Subject: [PATCH] add a quickstart section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e033b06..8ec7827 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,21 @@ file. ![Screen shot of snapaid.sh find](images/snapaid.find.png?raw=true) +Quick Start +------------- + The only file needed for this is the snapaid.sh script. The other files are used for generating the index. +``` +$wget https://raw.githubusercontent.com/jmgurney/snapaid/master/snapaid.sh +$chmod 755 snapaid.sh +$./snapaid.sh find +``` + +Notes +----- + This repository will be signed by my FreeBSD GPG key. It is available at: [https://www.freebsd.org/doc/en_US.ISO8859-1/articles/pgpkeys/pgpkeys-developers.html]