curl -L https://install.dojoengine.org | bashFor more details, you can then issue the following command:
dojoup --helpTo test dojoup, there are two options:
- Use the
dojoup/Dockerfileto build a Docker image and run the post-install check. - Use the workflow
dojoup.ymlto run the post-install check on a runner.
Currently, dojoup are bash programs being downloaded and executed. Probably in a near future, only the install script will be downloaded and the dojoup logic will be inside a rust binary.