Markdown console render

This commit is contained in:
Martin Blazik
2020-09-16 19:33:10 +02:00
parent f3507aa07f
commit d0dd01cbe1

View File

@@ -0,0 +1,12 @@
#!/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