From 769959a31172ac20c18357222e11f44f6b985972 Mon Sep 17 00:00:00 2001 From: Chinmay Hebbar <4chinmai@gmail.com> Date: Sun, 18 Aug 2019 11:56:41 +0530 Subject: [PATCH] Fix command statement --- index.src.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.src.html b/index.src.html index 391a20e..6ab33c0 100644 --- a/index.src.html +++ b/index.src.html @@ -64,7 +64,7 @@
Linux
- $ bash -c "$(wget -qO- https://git.io/vQgMr)"
+ bash -c "$(wget -qO- https://git.io/vQgMr)"
Mac
- $ bash -c "$(curl -sLo- https://git.io/vQgMr)"
+ bash -c "$(curl -sLo- https://git.io/vQgMr)"