From 50a6f07dbd825690af539c07c98d73c1cdc0003f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 6 Jul 2017 08:45:41 +0100 Subject: [PATCH] Add code to utilise cloudsurfer to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. -