Browse Source

add a quickstart section

main
John-Mark Gurney 6 years ago
parent
commit
d43cd2168a
Signed by: jmg GPG Key ID: 205F0B33DD006ADA
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      README.md

+ 12
- 0
README.md View File

@@ -8,9 +8,21 @@ file.


![Screen shot of snapaid.sh find](images/snapaid.find.png?raw=true) ![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 The only file needed for this is the snapaid.sh script. The other files
are used for generating the index. 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 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] at: [https://www.freebsd.org/doc/en_US.ISO8859-1/articles/pgpkeys/pgpkeys-developers.html]




Loading…
Cancel
Save