# Install 安装

## By AUR (ArchLinux) 通过aur安装

```bash
$ yaourt -S zff  ## you can also use other app, like yay, pacaur...
```

## By npm

```bash
# npm install -g langong-zff
# bash zffinit
```

## By dpkg (Debian, Ubuntu) 通过dpkg安装

Download `zff-*.deb` from releases page.

从下载（releases）页面下载 `zff-*.deb`。

```bash
# dpkg -i zff-deb.deb
```

## Others 其他

```bash
$ git clone https://github.com/ohzff/Zff
$ cd Zff
# bash install.sh
```
