Files
linux-workspace/scripts/markdown-render-install.sh
2020-09-16 19:33:10 +02:00

13 lines
145 B
Bash
Executable File

#!/bin/bash
cat <<EOT
# STEPS
sudo snap install go
cd ~/src/others/
git clone https://github.com/MichaelMure/mdr
cd mdr
make
cp mdr ~/bin/
EOT