mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 17:26:26 +02:00
5 lines
52 B
Bash
5 lines
52 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Building the cli"
|
||
|
|
poetry install
|