diff --git a/README.md b/README.md index f3fdbe9..762e1c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# proto-creator +# Buf Piv A protobuf message GUI editor. This allows protobuf messages (including JSON formatted messages) stored on disk to be created and edited based on `.proto` definnition files. @@ -8,11 +8,11 @@ A browser-based demo can be found at https://buf.michaelpivato.dev ### Requirements -Rust and Node must be installed at a minimum. +Rust and a javascript runtime such as Node or Bun must be installed at a minimum to build the desktop app. ### Build -To build an installer, run `bun run tauri build`, or whatever whatever the equivalent binary is for your node runtime. +To build an installer, run `bun run tauri build`, or whatever whatever the equivalent binary is for your javascript runtime. ### Code Formatting