Skip to content

Commit

Permalink
docs: simple shell download script for necessary core files
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Aug 4, 2023
1 parent d16838e commit 5e256f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ Wappalyzer.analyze({
console.log(results)
})
```

Here's a shell script to download all of the necessary files referenced in the above example:

```shell
http --follow https://raw.githubusercontent.com/wappalyzer/wappalyzer/master/src/categories.json > categories.json
http --follow https://github.com/wappalyzer/wappalyzer/archive/refs/heads/master.tar.gz | tar -xz --strip-components=2 'wappalyzer-master/src/technologies'
```

0 comments on commit 5e256f4

Please sign in to comment.