Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Executables

Mikkel Trolle Larsen edited this page Aug 3, 2017 · 4 revisions

If you don't know how to use Node and npm, you can use the executables instead. The executables do not have any requirements beyond the terminal (they do not require Node or npm to be installed). The only difference in terms of usage is that you have to write the name of the executable rather than "urcli". So the assign command on a mac would look like this in the terminal:

cd path/to/executable
./urcli-macos assign all

Basically you are just replacing the text "urcli" with "./urcli-macos" for all your commands. And if you rename the executable to "urcli" the command becomes ./urcli assign all. So practically no difference.

The executables do not require an install step.