From 32f097eb5cbd940df86c9cbe957039eccbd207c7 Mon Sep 17 00:00:00 2001 From: Cory Gillenkirk Date: Fri, 30 Dec 2016 22:13:14 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 651b584..29dc12d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ These are shell scripits I've been writing to make things easier. :) MIT License -Auto Install Multicraft and Libs: (Supported Versions: Ubuntu, Debian and CentOS 6 and 7) +# Auto Install Multicraft and Libs: (Supported Versions: Ubuntu, Debian and CentOS 6 and 7) ``` yum -y install wget; apt-get -y install wget; wget https://raw.githubusercontent.com/JustOneMoreBlock/shell-scripts/master/auto-install-multicraft.sh -O auto-install-multicraft.sh; chmod +x auto-install-multicraft.sh; sh auto-install-multicraft.sh ```