Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 674 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 674 Bytes

get-wasp

NOTE: This repo has been deprecated since wasp moved from wasp-lang.dev to wasp.sh domain. New repo is now get-wasp-sh.

This repo is used as a way to publish static wasp resources, primarily installer script.

Anything that you put here in master branch will be available under get.wasp-lang.dev/ (via Github Pages).

Therefore, installer.sh will be available as get.wasp-lang.dev/installer.sh .

Development

Test with dash installer.sh, to ensure it works on variety with sh, not just bash (dash is implementation of sh, so simpler than bash, and is a default shell on ubuntu).

Also, use shellcheck to check the code: shellcheck installer.sh.