Markdown console render
This commit is contained in:
12
scripts/markdown-render-install.sh
Executable file
12
scripts/markdown-render-install.sh
Executable 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user