Update project name and requirements in readme
Some checks failed
release-nightly / macos (push) Successful in 2m8s
release-nightly / web-demo (push) Failing after 40s

This commit is contained in:
2025-01-14 18:37:25 +10:30
parent 950a2262d5
commit afe2b5a29c

View File

@@ -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. 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 ### 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 ### 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 ### Code Formatting