diff --git a/README.md b/README.md index f53bcfa..7e33342 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # `Geekeey.Extensions.Process` +Process is a .NET library for interacting with external command-line interfaces. It provides a convenient model for +launching processes, redirecting input and output streams, awaiting completion, handling cancellation, and more. + ## Features -## Getting Started +- **Input and Output redirection:** flexible piping model, that allows to redirect the process's streams. +- **Immutability:** The `Command` object is immutable, ensuring thread safely and allowing sharing of a base + configuration. +## Getting Started ### Install the NuGet package: