# Install binary from source code (option B)

*As our chain is not yet publicly open-sourced, this option is available for selected partners only for now.*

Clone repository and checkout to proper tag

```
git clone --depth 1 --branch  release/v0.1.0  https://github.com/empe-io/empe-chain
```

Go to dir and build project

```
cd empe-chain/
make install
```

Check binary version should be equal

```
emped version

output: v0.1.0
```
