From 672659727cbffb8972e015e0e3f87e47e8f0f0f6 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Mon, 9 Jul 2018 07:57:55 +0100 Subject: [PATCH] Updated installation instruction and copyright information. --- README.md | 60 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index cc33004..5ce8798 100644 --- a/README.md +++ b/README.md @@ -3,32 +3,44 @@ ExtensionDsLab is a data science and machine learning framework for analyzing security and privacy related properties of the browser extensions (and Chrome Apps) offered in the [Chrome Web Store](https://chrome.google.com/webstore/). -# Dependencies -Dependencies are managed by paket. +## Dependencies -# Installation -* On Linux/MacOs using mono: - After cloning the repository, call - ``` - ./configure.sh - ``` - After that, the project can be build using - ``` - ./build.sh - ``` -* On Windows (untested), you need to set up the initial project - manually: - ``` - .paket/paket.bootstrapper.exe - .paket/paket.exe install - ```` - After that, the project can be build using - ``` - build.cmd - ``` +Dependencies are managed by paket. +## Installation + +### Linux/MacOs (mono) + +After cloning the repository, call + + ./configure.sh + +After that, the project can be build using + + ./build.sh + +### Windows + +On Windows (untested), you need to set up the initial project manually: + + .paket/paket.bootstrapper.exe + .paket/paket.exe install + +After that, the project can be build using + + build.cmd ## Team -* [Achim D. Brucker](http://www.brucker.ch/) + +* [Achim D. Brucker](https://www.brucker.ch/) ## License -This project is licensed under the GPL 3.0 (or any later version). + +This project is licensed under the GPL 3.0 (or any later version). + +SPDX-License-Identifier: GPL-3.0-or-later + +## Master Repository + +The master git repository for this project is hosted by the [Software +Assurance & Security Research Team](https://logicalhacking.com) at +.