Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include link to plugins #1789

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025-03-04-nushell_0_103_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Today, we're releasing version 0.103.0 of Nu. This release adds...

Nu 0.103.0 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.103.0) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`.

As part of this release, we also publish a set of optional plugins you can install and use with Nu. To install, use `cargo install nu_plugin_<plugin name>`.
As part of this release, we also publish a set of [optional plugins](https://www.nushell.sh/book/plugins.html#core-plugins) you can install and use with Nu. To install, use `cargo install nu_plugin_<plugin name>`.

# Table of contents

Expand Down