mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 17:46:02 +02:00
nix-env: fix example (#4108)
This commit is contained in:
parent
4145ed69a9
commit
c564017f45
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Install package:
|
||||
|
||||
`nix-env -i {{pkg_name}}`
|
||||
`nix-env -iA nixpkgs.{{pkg_name}}`
|
||||
|
||||
- Install a package from a URL:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue