From 674eeb0e457d65e6d3b60ce4a626ae26fe7df1f4 Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Mon, 25 Oct 2021 19:09:10 -0700 Subject: [PATCH] minor note about npx run --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b0c6d6..3892b35 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ See some example output (from the demo message in this repo) [here](https://gist `npm i -S rawproto` will add this to your project. +You can also use `npx rawproto` to run the CLI. + If you just want the CLI, and don't use node, you can also find standalone builds [here](https://github.com/konsumer/rawproto/releases).