Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 288 Bytes

install.rst

File metadata and controls

14 lines (10 loc) · 288 Bytes

How to install

As root on TKLDev:

USR=/usr/local
TOOLS=$USR/src/tkldev-tools
git clone https://github.com/JedMeister/tkldev-tools.git $TOOLS
cd $TOOLS
for file in bin/*; do ln -s $TOOLS/$file $USR/$file; done