From 5ce8083a034020e093da60815c65159e36f77be1 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Mon, 19 Nov 2018 12:02:46 -0600 Subject: [PATCH] Updated README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8dc1ca..20d1284 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ A helpful script for simplifying connections to servers and devices on your netw ---------------------- ## Shell Setup -Add the script as a source file in your shell prompt, such as a line similar to this: +Add the script as a source file in your shell prompt, exporting any config variables, such as with lines similar to this: ``` +# Tab Sorcery +export SORC_GEOM_RDP='1600x900' #Window resolution for RDP connections . $HOME/git/tab-sorcery/tab-sorcery.sh example.com 127.0.0.1 bob.user ``` -Arguments are: +Arguments for the script are required, in the following order: ``` Scan Domain (example.com) Nameserver address (127.0.0.1)