Update index.html

This commit is contained in:
Buzz 2024-08-21 14:48:16 +10:00 committed by GitHub
parent 33e1eeb2af
commit 76b0792292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,12 +145,12 @@ __ __ _ __ ____ __
"| |",
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
"",
" Welcome to WebVM. If unsure, try these examples:",
" Welcome to WebVM. If unsure, try this:",
"",
" python3 examples/python3/fibonacci.py ",
" gcc -o helloworld examples/c/helloworld.c && ./helloworld",
" objdump -d ./helloworld | less -M",
" vim examples/c/helloworld.c",
" cd ardupilot ",
" ./waf configure",
" ./waf plane",
" OR",
" curl --max-time 15 parrot.live # requires networking",
"",
];