summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ec67a3a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# e2e - end to end test suite for security analyzers
+
+## Getting Started
+
+```bash
+$ git clone --recursive git@gitlab.com:xlgmokha/e2e.git
+$ cd e2e
+$ asdf install
+$ ./bin/setup
+$ ./bin/test
+```