Update project name and requirements in readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user