Files
linux-workspace/install/markdown-render.sh
2024-09-01 16:24:15 +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