From 2ed854343dd6f4f4794bb71255d12d07dfa2cfa7 Mon Sep 17 00:00:00 2001
From: doublefint <doublefint@gmail.com>
Date: Thu, 24 Nov 2016 10:07:41 +0300
Subject: [PATCH] Update README.md

---
 README.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6178138..ff4f9dd 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,15 @@
 # all.udl
 Export/Import all sources in UDL format for ISC Caché 2016
 
-## Installation
-NS> s ^%SYS("SourceControlClass", $namespace ) = "sc.all"
+## Setup working directory ( optional )
+```
+NS> w ##class(sc.all).workdir("/path/to/your/working/directory/")
+```
+## Export to working directory:
+```
+NS> d ##class(sc.all).export()
+```
+## Import:
+```
+NS> d ##class(sc.all).import()
+```