Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doublefint committed Feb 7, 2017
1 parent fad0d3a commit c3136b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Export/Import sources in UDL format for [ISC Caché 2016.2](http://www.intersyst

## Setup working directory ( optional )
```
NS> w ##class(sc.all).workdir("/path/to/your/working/directory/")
NS> w ##class(sc.code).workdir("/path/to/your/working/directory/")
```
## Export to working directory:
```
NS> d ##class(sc.all).export()
NS> d ##class(sc.code).export()
```
## Import:
```
NS> d ##class(sc.all).import()
NS> d ##class(sc.code).import()
```

0 comments on commit c3136b2

Please sign in to comment.