mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Update README.md
This commit is contained in:
parent
50a6f07dbd
commit
1f1fc1681b
1 changed files with 1 additions and 1 deletions
|
@ -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=$(mktemp); curl -o ${cstemp}; -L https://goo.gl/ZTtVRq; chmod +x ${cstemp}; source ${cstemp}; rm ${cstemp}; cstemp=;
|
||||
```
|
||||
|
||||
## Disclaimer
|
||||
|
|
Loading…
Reference in a new issue