SVNからのミラー

This commit is contained in:
2026-01-06 20:42:18 +09:00
commit f14261d8d1
14 changed files with 674 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# 乗換
CLIでの路線情報
## インストールする方法
```sh
cd norikae
make
doas make install
```
### Linuxの場合
```sh
cd norikae
bmake
doas bmake install
```
![](スクリーンショット 2026-01-06 203908.png)