From fd96044570c13804f23c250d72b5bdbbebb67a16 Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Sat, 7 Oct 2017 15:38:29 +1100 Subject: [PATCH] Update README.md --- README.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ae5627f3d..ed13de90d 100644 --- a/README.md +++ b/README.md @@ -10,26 +10,9 @@ technologies used on websites. It detects [analytics tools](https://wappalyzer.com/categories/analytics) and [many more](https://wappalyzer.com/applications). -Refer to the [wiki](https://github.com/AliasIO/Wappalyzer/wiki) for -[screenshots](https://github.com/AliasIO/Wappalyzer/wiki/Screenshots), information on how to -[contribute](https://github.com/AliasIO/Wappalyzer/wiki/Contributing) and -[more](https://github.com/AliasIO/Wappalyzer/wiki/_pages). - *Licensed under the [GPL](https://github.com/AliasIO/Wappalyzer/blob/master/LICENSE).* -## Getting Started - -Install [Docker](https://www.docker.com/) on your system first. - -```shell -$ git clone https://github.com/AliasIO/Wappalyzer.git -$ cd Wappalyzer -$ ./run links -``` - -The `links` command creates symlinks for files that shared between the various -drivers (i.e. different platforms). If your file system does not support -symlinks, you need to manually copy these files (see [`bin/links`](https://github.com/AliasIO/Wappalyzer/blob/master/bin/links)). +## Documentation -Please run `./run validate` before submitting a pull request. +Please read the [developer documentation](https://wappalyzer.com/docs) to get started.