From 5f35e4ad1e604d7ca129a9a14e78a018da7525ac Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Wed, 27 Apr 2022 19:56:32 -0400 Subject: [PATCH] improve inc plugin docs (#5346) This is a convenience for anyone using GitHub features to copy paste directly into your local shell --- crates/nu_plugin_inc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nu_plugin_inc/README.md b/crates/nu_plugin_inc/README.md index 948ea1668..94df73d1f 100644 --- a/crates/nu_plugin_inc/README.md +++ b/crates/nu_plugin_inc/README.md @@ -5,9 +5,9 @@ Note: this requires Nushell 0.60 or later To install: ``` -> cargo install --path . +cargo install --path . ``` To register (from inside Nushell): ``` -> register --encoding json \ No newline at end of file +register --encoding json