1
0
Fork 0

Update README.md

This commit is contained in:
Starbeamrainbowlabs 2017-07-10 13:38:53 +01:00 committed by GitHub
parent e0c6dc5eff
commit 69f750e91e
1 changed files with 1 additions and 1 deletions

View File

@ -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: