Downloads a jar and shell script to $PATH (path
). Once complete, cd into
the path and run sudo chmod u+x robot
in the terminal to make ROBOT
executable. Learn more at http://robot.obolibrary.org/.
1 2 3 4 5 | install_robot(
jar_url = "https://github.com/ontodev/robot/releases/download/v1.7.2/robot.jar",
sh_url = "https://raw.githubusercontent.com/ontodev/robot/master/bin/robot",
path = "/usr/local/bin"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.