mkdir -p ~/bin && install -m 755 hzclish ~/bin/
mkdir -p ~/bin && install -m 755 hzclish.old ~/bin/
sudo apt-get install curl
sudo apt-get install jq
Use jq from dependencies directory:
mkdir -p ~/bin && install -m 755 dependencies/jq ~/bin/
sudo apt-get install markdown
sudo apt-get install libtext-markdown-perl
sudo apt-get install discount
sudo apt-get install pandoc
sudo apt-get install libtext-markdown-perl libtext-typography-perl
Use md2bbc.pl from dependencies directory:
mkdir -p ~/bin && install -m 755 -T dependencies/md2bbc.pl ~/bin/md2bbc
mkdir -p ~/bin && wget https://git.io/vHxFx -O ~/bin/md2bbc && chmod +x ~/bin/md2bbc
mkdir -p ~/.hzclish && wget https://git.io/vHxFx -O ~/.hzclish/md2bbc.pl && chmod +x ~/.hzclish/md2bbc.pl
sudo apt-get install pandoc
Use bbcode_phpbb.lua from dependencies directory of this repo:
mkdir -p ~/bin && cp dependencies/bbcode_phpbb.lua ~/bin/
mkdir -p ~/bin && wget https://git.io/vH5r3 -O ~/bin/bbcode_phpbb.lua
mkdir -p ~/.hzclish && cp dependencies/bbcode_phpbb.lua ~/.hzclish/
mkdir -p ~/.hzclish && wget https://git.io/vH5r3 -O ~/.hzclish/bbcode_phpbb.lua
or use fresh from this repo