Skip to content

Commit e38ba18

Browse files
authored
Update README.md
1 parent 41a89e6 commit e38ba18

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,25 @@ green
5454

5555
<!-- AUTO-DOC-INPUT:END -->
5656

57+
58+
## Installation
59+
60+
To install `json2file`, open a terminal window (Command Prompt or PowerShell on Windows) and run the following command:
61+
62+
```shell
63+
cargo install json2file
64+
```
65+
66+
### Building from Source
67+
68+
If you prefer to build from the source, follow these steps:
69+
70+
```shell
71+
git clone https://github.com/tj-actions/json2file
72+
cd json2file
73+
cargo build --release
74+
```
75+
5776
## CLI Reference
5877

5978
Run `json2file --help` for more information.

0 commit comments

Comments
 (0)