mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 11:26:03 +02:00
nix-env: add --file example
This commit is contained in:
parent
64494a2f6a
commit
5ea2e7decf
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
`nix-env -i {{pkg_name}}`
|
`nix-env -i {{pkg_name}}`
|
||||||
|
|
||||||
|
- Install a package from a URL:
|
||||||
|
|
||||||
|
`nix-env -i {{pkg_name}} --file {{example.com}}`
|
||||||
|
|
||||||
- Uninstall package:
|
- Uninstall package:
|
||||||
|
|
||||||
`nix-env -e {{pkg_name}}`
|
`nix-env -e {{pkg_name}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue