From beed1f613d0b37a2de0fba97793e4c651e1ae0d9 Mon Sep 17 00:00:00 2001
From: Marcello Lamonaca <marcello@lamonaca.eu>
Date: Fri, 8 Nov 2024 13:01:11 +0100
Subject: [PATCH] remove install instructions

---
 README.md | 50 ++++++++++++++++++--------------------------------
 1 file changed, 18 insertions(+), 32 deletions(-)

diff --git a/README.md b/README.md
index c278f5a..515be99 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,18 @@
-# json2env
-
-Convert valid JSON to environment variables or an `.env`-line file.
-
-## Usage
-
-```sh
-JSON to Env Var converter
-
-Usage: json2env.exe [OPTIONS]
-
-Options:
-  -i, --input <FILE>        Input file, defaults to STDIN if not specified
-  -o, --output <FILE>       Output file, defaults to STDOUT if not specified
-  -s, --separator <STRING>  Separator for nested keys
-  -h, --help                Print help
-  -V, --version             Print version
-```
-
-## Installation
-
-You can either install the tool with `cargo`:
-
-```sh
-cargo install --path <path/to/repo>
-```
-
-or build the executable with (output in `target/release`):
-
-```sh
-cargo build --release
-```
+# json2env
+
+Convert valid JSON to environment variables or an `.env`-line file.
+
+## Usage
+
+```sh
+JSON to Env Var converter
+
+Usage: json2env.exe [OPTIONS]
+
+Options:
+  -i, --input <FILE>        Input file, defaults to STDIN if not specified
+  -o, --output <FILE>       Output file, defaults to STDOUT if not specified
+  -s, --separator <STRING>  Separator for nested keys
+  -h, --help                Print help
+  -V, --version             Print version
+```