mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 07:32:26 +03:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
mkdir hello-world
|
|
$LEO init --path hello-world || exit 1
|
|
ls -la hello-world
|
|
$LEO run --path hello-world
|