allan2 / dotenvy

A well-maintained fork of the Rust dotenv crate
MIT License
625 stars 39 forks source link

CLI installation instructions #83

Open paeifbnaeufbpae opened 11 months ago

paeifbnaeufbpae commented 11 months ago

A section should be added to the README for installation instructions.

Via Cargo: cargo install dotenvy --bin dotenvy --features cli

And possibly also make it available in package managers.

polarathene commented 9 months ago

Additionally, Github Actions workflow could be added to include in Github Releases (like zenv does, but has not seen any development in years).