remove install instructions

This commit is contained in:
Marcello 2024-11-08 13:01:11 +01:00
parent 53e991875e
commit beed1f613d
No known key found for this signature in database

View file

@ -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
```