mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-10 13:24:15 +03:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
mkdir hello-world
|
|
cd hello-world
|
|
$LEO init || exit 1
|
|
ls -la hello-world
|
|
$LEO run
|