mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-11 16:10:09 +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
|