diff --git a/crates/nu-system/README.md b/crates/nu-system/README.md index 045a47a101..d847bf4e0f 100644 --- a/crates/nu-system/README.md +++ b/crates/nu-system/README.md @@ -1,3 +1,7 @@ +Operating system specific bindings used by Nushell. + +Currently primarily wrappers around processes and ways to gather process info from the system + ## Internal Nushell crate This crate implements components of Nushell and is not designed to support plugin authors or other users directly.