Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

dojoup

curl -L https://install.dojoengine.org | bash

For more details, you can then issue the following command:

dojoup --help

Documentation

Working with Dojoup

To test dojoup, there are two options:

  1. Use the dojoup/Dockerfile to build a Docker image and run the post-install check.
  2. Use the workflow dojoup.yml to 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.