Skip to main content

⚓ Installation

·47 words

🍺 Homebrew
#

Install spellout via Homebrew, simply run:

brew install tamada/tap/spellout

💪 Compiling yourself
#

Get source codes by git clone or download from GitHub, then run cargo to build spellout

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