Toraja / toybox

Put away toys here
1 stars 1 forks source link

Install taskopen #12

Closed Toraja closed 1 year ago

Toraja commented 1 year ago

Summary

TODO

Toraja commented 1 year ago

Install nim

nim is required to build taskopen.

# -y to suppress user prompt
curl https://nim-lang.org/choosenim/init.sh -sSf | sh -s -- '-y'

Install taskopen

git clone --depth 1 --branch v2.0.0beta https://github.com/jschlatow/taskopen.git
cd taskopen
PATH=~/.nimble/bin:$PATH make PREFIX=/usr/local/
sudo make PREFIX=/usr/local/ install