This repo is used to test installations via instl
Use these commands to test the production build of instl:
iwr instl.sh/installer/instl-demo/windows | iex
curl -sSL instl.sh/installer/instl-demo/linux | bash
curl -sSL instl.sh/installer/instl-demo/macos | bash
Use these commands to test a local version of instl. Useful for debugging and testing
iwr 127.0.0.1/installer/instl-demo/windows | iex
curl -sSL 127.0.0.1/installer/instl-demo/linux | bash
curl -sSL 127.0.1/installer/instl-demo/macos | bash