mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-22 17:51:39 +03:00
fixed env variable
This commit is contained in:
parent
c229e41790
commit
7205fbe22a
@ -1,8 +1,8 @@
|
||||
# leo add (w/o login) & remove
|
||||
|
||||
LEO new my-app && cd my-app || exit 1
|
||||
LEO add justice-league/u8u32
|
||||
$LEO new my-app && cd my-app || exit 1
|
||||
$LEO add justice-league/u8u32
|
||||
echo "import u8u32.u8_u32; function main() {}" > src/main.leo
|
||||
LEO build
|
||||
LEO remove u8u32
|
||||
LEO clean
|
||||
$LEO build
|
||||
$LEO remove u8u32
|
||||
$LEO clean
|
||||
|
Loading…
Reference in New Issue
Block a user