diff --git a/README.md b/README.md index fddd100..c4f28cb 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=; ``` and then to drop out of cloudsurfer again: