diff options
author | David Timber <dxdt@dev.snart.me> | 2023-11-21 19:55:39 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2023-11-21 19:55:39 +0800 |
commit | 1551dbfde0e329783174b7aa9d1ce9fc93e8470b (patch) | |
tree | 4b503c811afdf935723cbadc713133bc9046f9e0 /aws-ipblocks-csv/INSTALL.md |
Initial commit
Diffstat (limited to 'aws-ipblocks-csv/INSTALL.md')
-rw-r--r-- | aws-ipblocks-csv/INSTALL.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/aws-ipblocks-csv/INSTALL.md b/aws-ipblocks-csv/INSTALL.md new file mode 100644 index 0000000..5979a27 --- /dev/null +++ b/aws-ipblocks-csv/INSTALL.md @@ -0,0 +1,9 @@ +# Build Guide +Run `npm install`. Distribute the files below. + +``` +index.html \ +index.js \ +worker.js \ +node_modules/csv-stringify/dist/esm/index.js +``` |