# 💩 What does **`poodio`** do? 💩
💩
[](https://www.npmjs.com/package/poodio)
💩
[](https://docs.rs/poodio)
💩
[](https://docs.rs/crate/poodio/latest/source/LICENSE.txt)
💩
[](https://github.com/AsherJingkongChen/poopoo/issues)
💩
💩 🔊 Fart poo poo audio 🔊 💩
## 💩 Install & Run 💩
💩 We provide various ways to install and run **`poodio`** on your system, so you can pick the one that suits you best, including: `npx`, `bunx`, `cargo-binstall`, and `git` 💩
### 💩 Install & Run: from `npx` 💩
> 💩 It's the simplest option. 💩
<details><summary><i>💩 View pre-requisites: 💩</i></summary>
- 💩 [`node.js` + `npm`](https://nodejs.org/en/download/)
</details>
💩 Install **once** and Run the **latest version** of executable. 💩
```shell
npx -y poodio
```
### 💩 Install & Run: from `bunx` 💩
> 💩 It's a faster version of `npx`. 💩
<details><summary><i>💩 View pre-requisites: 💩</i></summary>
- 💩 [`bun`](https://bun.sh/)
</details>
💩 Install **once** and Run the **latest version** of executable. 💩
```shell
bunx poodio
```
### 💩 Install & Run: from "Cargo-Binstall" 💩
> 💩 It's the Rustiest option. 💩
<details><summary><i>💩 View pre-requisites: 💩</i></summary>
- 💩 [`rustup` + `cargo`](https://doc.rust-lang.org/cargo/getting-started/installation.html)
- 💩 [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall?tab=readme-ov-file#installation)
</details>
💩 Install **once** and Run the **specific version** (e.g. `0.1.0`) of executable. 💩
```shell
cargo binstall -qy poodio@0.1.0 && poodio
```
### 💩 Install & Run: from "Git" 💩
> 💩 It's the most transparent option. 💩
<details><summary><i>💩 View pre-requisites: 💩</i></summary>
- 💩 [`git`](https://git-scm.com/downloads)
- 💩 [`rustup` + `cargo`](https://doc.rust-lang.org/cargo/getting-started/installation.html)
</details>
💩 Install and Run the **development version** of executable. 💩
```shell
git clone --branch main --depth 1 https://github.com/AsherJingkongChen/poopoo && \
cargo install --path poopoo/poodio && \
poodio
```