1
0
Fork 0
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:
BlackGlory 2020-06-17 23:59:02 +08:00 committed by GitHub
parent 4145ed69a9
commit c564017f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
- Install package:
`nix-env -i {{pkg_name}}`
`nix-env -iA nixpkgs.{{pkg_name}}`
- Install a package from a URL: