mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
- move /arch/tools => /cli - rename /arch -> /config - update all refs in tests to use /config - update planoai code with new references
4 lines
52 B
Bash
4 lines
52 B
Bash
#!/bin/bash
|
|
|
|
echo "Building the cli"
|
|
poetry install
|