mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-01 02:08:31 +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
|