spellout 0.1.1

A phonetic code encoder/decoder
Documentation
---
title: ":anchor: Installation"
date: 2026-02-19
---

## :beer: Homebrew

Install `spellout` via [Homebrew](https://brew.sh), simply run:

```sh
brew install tamada/tap/spellout
```

## :muscle: Compiling yourself
  
Get source codes by `git clone` or download from [GitHub](https://github.com/tamada/spellout),
then run `cargo` to build `spellout`

```sh
$ git clone https://github.com/tamada/spellout.git # or download from https://github.com/tamada/spellout
$ cd spellout
$ cargo build
```