mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 01:30:48 +02:00
Add --locked
flag to Cargo install
Using the `--locked` flag prevents installation failures when dependencies have broken updates. All references are replaced.
This commit is contained in:
@ -56,7 +56,7 @@ Help from the community to make sure they get tested and improved so they can be
|
||||
The Nushell team only provides a select few distribution sources and so far encourages community members to maintain the individual packages for particular package managers:
|
||||
|
||||
We provide:
|
||||
- source code distribution via `crates.io` -> `cargo install nu`
|
||||
- source code distribution via `crates.io` -> `cargo install nu --locked`
|
||||
- GitHub builds with each release: (following the build matrix of the nightly builds)
|
||||
- the setup for `winget` packaging
|
||||
|
||||
|
Reference in New Issue
Block a user