From c86a3e2c237383b333d32e91df727ab4ff357ffd Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Sat, 9 Jul 2022 12:43:39 +0200 Subject: [PATCH] Update README --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e650bbb..6dbb0e2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@

Rentgen logo Rentgen

-## Opis / Description - Rentgen to wtyczka dla przeglądarek opartych o Firefoxa, która automatycznie wizualizuje, jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony. Rentgen is an add-on prepared for Firefox based browsers. This extension will automatically visualize all the data that a given website ~~steals~~ sends to third parties. Note: At the moment, we support Polish language because this extension generates mail content that is dedicated to Polish website owners. In further versions of this add-on, we will add other languages as well. +## How build and run add-on + +1. Use latest node 16.x and npm 8.x +2. `npm install` +3. `npm run build` +4. The build code is located in the `lib/` directory +
@@ -20,10 +25,3 @@ Note: At the moment, we support Polish language because this extension generates - -## How build and run add-on - -1. Use latest node 16.x and npm 8.x -2. `npm install` -3. `npm run build` -4. The build code is located in the `lib/` directory