1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 14:26:02 +02:00

nix-env: add --file example

This commit is contained in:
Americo 2019-10-28 17:33:18 -07:00 committed by Starbeamrainbowlabs
parent 64494a2f6a
commit 5ea2e7decf

View file

@ -19,6 +19,10 @@
`nix-env -i {{pkg_name}}`
- Install a package from a URL:
`nix-env -i {{pkg_name}} --file {{example.com}}`
- Uninstall package:
`nix-env -e {{pkg_name}}`