For the complete documentation index, see llms.txt. This page is also available as Markdown.

Verbose Output

Useful for debugging, or if you just like to see what is going on

Get Verbose Output

Instl makes it super easy to get verbose output.

Instead of:

instl.sh/username/reponame/platform

You can use:

instl.sh/username/reponame/platform/verbose

So if you're on Linux, and you want to see verbose output for our instl-demo repo, you can use:

curl -sSL instl.sh/installer/instl-demp/linux/verbose | bash

Last updated

Was this helpful?