# Linux
To install on Linux, download bird-1.1.0-linux.tar.gz from [https://github.com/mathstar13/Bird/releases/tag/v1.1.0](https://github.com/mathstar13/Bird/releases/tag/v1.1.0). 

Next, unzip it using the following commands:
```shell
mkdir tmp
tar -xzvf bird-1.1.0-linux.tar.gz tmp/
cd tmp
```

Then run the installer using `sudo sh bird.sh`.