diff --git a/README.md b/README.md index 1249d29..25ea8da 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,11 @@ Here's a list of things it currently supports: - Colouring the prompt to remind you that cloudsurfer is active - _(Got an idea of something to include? File an issue, or open a pull request!)_ +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}; +``` + ## Disclaimer I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot. -