Picobu uses a sensible-defaults, zero-configuration approach. You can use it by simply typing in the picobu
command in your project directory. It also supports a watch mode - rebuilding the cartridge on file changes.
```fish
❯ picobu
❯ picobu -i code
❯ picobu pico_game.p8
❯ picobu -w ```
<<<<<<< Updated upstream
The easiest way to install Picobu on any OS is by using cargo:
fish
❯ cargo install picobu
Get it from Homebrew:
fish
❯ brew install divoolej/tap/picobu
If you don't want to install cargo, you can download the latest release here. Keep in mind you'll have to add the executable to you PATH manually.
I don't provide pre-built Linux binaries at the moment, so you'll have to use cargo.
Building Picobu is very easy. Clone the repository, make sure you have the latest version of Rust installed (I use stable) and simply run cargo build --release