# 乗換
CLIでの路線情報

## インストールする方法
```sh
cd norikae
make
doas make install
```

### Linuxの場合
```sh
cd norikae
bmake
doas bmake install
```