Skip to content

Latest commit

History

History
26 lines (17 loc) 路 551 Bytes

verbose-output.md

File metadata and controls

26 lines (17 loc) 路 551 Bytes
description
Useful for debugging, or if you just like to see what is going on

Verbose Output

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