From a4ba5ec8bab89c2935cfac1fccf042f6b7a623d4 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 20 Jun 2020 09:08:05 -0600 Subject: [PATCH] add TOC to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dbc1c6..0845a60 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ -# Sub-Resource Integrity Hash Generator Scripts +# Sub-Resource Integrity Hash Generator Scripts Basic scripts to generate SRI hashes. POSIX-compliant shell script for use on *nix and PowerShell for use on Windows. +- [common features](#common-features) +- [Linux script](#linux-script) + - [copy to path location](#copy-to-path-location) + - [troubleshooting](#troubleshooting) +- [PowerShell (POSH) script](#powershell-posh-script) + - [execution policy](#execution-policy) +- [final thoughts](#final-thoughts) + ## common features - Hash individual files or a list of files.