diff --git a/docs/index.html b/docs/index.html index e786a3b..b4e5399 100644 --- a/docs/index.html +++ b/docs/index.html @@ -178,7 +178,7 @@ if guess == "password123" {
To try the native compiler, use this command:
-solstice program.sols -o program -t native --nostdlib
+ solstice program.sols --output program --type native --nostdlib
Solstice will create a temporary folder in your current directory which you can remove called ".(outputname)_solsbuild". In this folder is the assembly and object file generated by the compiler. If you think that there's a bug with Ground or Solstice, you can use these to find the issue.