Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 505 Bytes

File metadata and controls

18 lines (13 loc) · 505 Bytes

Step 1 - Download text2confl

Go to the releases page and download the latest archive for your platform. Extract it and define a variable pointing to the binary:

tar xzf text2confl-*.tar.gz
T2C=$(pwd)/text2confl

Verify it works:

$T2C --version

To use text2confl directly from any directory in the future, move the binary to a location on your PATH (e.g. mv ./text2confl /usr/local/bin/).