Skip to content

Commit f09d50f

Browse files
authored
docs: update installation info in README
1 parent 1df3a43 commit f09d50f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
- [ ] Set and delete multiple variables at once
2222
# Get started
2323
## Installing
24-
You can install envfetch from Cargo:
24+
You can install envfetch from Cargo (needs Rust installed):
2525
```shell
2626
$ cargo install envfetch
2727
```
28-
Also, you can install it from source
28+
Also, you can install it from source (needs Rust installed):
2929
```shell
3030
$ cargo install --git https://github.com/ankddev/envfetch envfetch
3131
```
32-
Or, get binary from [GitHub Actions](https://github.com/ankddev/envfetch/actions/) or [releases](https://github.com/ankddev/envfetch/releases/)
32+
Or, get binary from [GitHub Actions (needs GutHub account)](https://github.com/ankddev/envfetch/actions/) or [releases](https://github.com/ankddev/envfetch/releases/)
3333
## Using
3434
To run envfetch, run `envfetch <COMMAND> <ARGS>` in your terminal.
3535
You can run `envfetch help` to see help message or `envfetch --version` to see program's version.

0 commit comments

Comments
 (0)